Sieve vacation rule not working..
Joseph Silverman
yossie at laszlosystems.com
Sun Aug 20 19:30:43 EDT 2006
All the other rules/filters are working. vacation is NOT working
(set it to 0 days between emails, assume that means answer each and
every email) and still nothing. also tried sending to this user from
all sorts of "From:" users, none got a vacation message back.
FInally, /var/log/messages shows no indication of vacation messages
being sent. Nor any errors.
- Yossie
On Aug 19, 2006, at 7:53 AM, Nikola Milutinovic wrote:
> 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