Sieve vacation extension broken in 2.2.12?
Ken Murchison
murch at andrew.cmu.edu
Wed Feb 22 11:49:38 EST 2006
James Ralston wrote:
> We are running Cyrus imapd 2.2.12, using the RPM package provided in
> Red Hat Enterprise Linux 4AS, which we rebuilt with the
> SSL_CTX_use_certificate_chain_file patch (backported from Cyrus CVS).
> We're using sendmail 8.13.1.
>
> We've been testing with this Sieve script:
>
> require [
> "reject",
> "vacation",
> ];
>
> if address :domain :is ["from"] ["example.com"] {
> reject "Rejection test.";
> stop;
> }
>
> vacation :days 5 :subject "annoying vacation message" text:
> I'm testing SIEVE vacation rules.
>
> Please excuse the annoying message.
> .
> ;
>
Try adding the test recipient's email address(es) (those that would
appear in the To: header) with the :addresses option. E.g:
vacation :addresses ["qralston at andrew.cmu.edu", "qralston at cmu.edu"]
:days 5 :subject "annoying vacation message" text:
--
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University
More information about the Info-cyrus
mailing list