Mika Tuupola wrote:
> 
>         Been testing Sieve this morning using .sieve file in
>         users homedirs. I can make simple reject scripts work
>         but can't figure out how vacation works. Whats wrong
>         with this script
> 
> require "vacation";
>   vacation :days 1 :addresses "[EMAIL PROTECTED]"
>     "Im on vacation...";
> 
>         I know it should send the vacation message back only
>         once, but I haven't got it even once. I'm running
>         Cyrus IMAP4 v1.6.22.

First, check imapd.log for errors.  Are you running deliver in LMTP mode
(-l switch)?  Vacation will not be available unless you're using LMTP.

Second, who is sending you the test message?  If it is coming from your
own address, it won't work.  The built-in loop control will prevent you
from sending a vacation response to yourself.  Try from a different
account or address.
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to