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 ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]"]
:days 5 :subject "annoying vacation message" text:
--
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University
----
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