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.


----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to