Hallo *,
we are using cyrus 2.0.12  with sieve. Everything is working fine but
vacation doesn't.

this is my sievescript:
# Mail rules for user test
# Created by Websieve version 0.61h
require ["fileinto","vacation"];


vacation :days 1 :addresses ["[EMAIL PROTECTED]", "[EMAIL PROTECTED]",
"[EMAIL PROTECTED]", "[EMAIL PROTECTED]"] text:
Autogenerated Message:
On vacation for the next week
.
;
and this is the test output:
Envelope body of 'to'? [EMAIL PROTECTED]
Envelope body of 'from'? [EMAIL PROTECTED]
Have I already responded to 'da1da86583969a9d5641322a9083ae69' in 3
days? no
echo 'Autogenerated Message:
On vacation for the next week
' | mail -s 'Re: (no subject)' '[EMAIL PROTECTED]' for message
'/var/spool/imap/user/test/212.'
notify msg = 'You have new mail

To: [EMAIL PROTECTED]
From: Alex Werner <[EMAIL PROTECTED]>
Subject: (no subject)

Action(s) taken:
Sent vacation reply
' with priority = medium
keeping message '/var/spool/imap/user/test/212.'

If i send a mail to this user the sieve script have no effect.

any ideas?



Reply via email to