"Larry M. Rosenbaum" wrote:
> 
> I have Cyrus IMAP V2.1 installed.
> I can't get any vacation replies with this script:
> 
> # Mail rules for user lmr
> # Created by ornl_forward version 1.0
> require ["vacation","reject"];
> 
> vacation :days 7 :addresses
> ["[EMAIL PROTECTED]","[EMAIL PROTECTED]","[EMAIL PROTECTED]","lmr@emaildev"]
> text:
> I will not be reading my mail for a while.^M
> Your mail will be read when I return.
> .
> ;

[...]

Hmm.  Works here.

> Any ideas?

You aren't trying to sent yourself a message are you?  Vacation won't
send a reply ro yourself.

Your script looks ok, but try running it through 'sieve/test -v' to
verify the syntax.  Make sure that the address that the message is sent
to is in the :addresses list.

> Where is the code that compares the "To:"/"Cc:" addresses
> to the addresses in the vacation rule, in case that's the problem?

look_for_me() in sieve/script.c

Ken
-- 
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