Sieve vacation rule not working..

Nikola Milutinovic alokin1 at yahoo.com
Sat Aug 19 10:53:51 EDT 2006


If Sieve stuff works, then "vacation" should also work. I have written a vacation script just yesterday. You should google and checkout some of these resources:

http://ietfreport.isoc.org/idref/draft-ietf-sieve-vacation/


#
# Sieve vacation
#
if header "from" :contains [ "MAILER-DAEMON", "LISTMANAGER" ] {
    keep;
    quit;
}

vacation :days 1 :subject "Out of the office" text:
I am out of the office from ... till ...
.
;

Nix.




More information about the Info-cyrus mailing list