I am trying to use sieve notify but have no success.
here is my sieve script :
------------
require "notify";

if header :contains "from" "[EMAIL PROTECTED]" {
        notify :message "bonjour!";
        redirect "[EMAIL PROTECTED]";
}
------------

when receiving a mail the redirect is working but the notify is not done !

what's wrong ?

thanks
valery

Reply via email to