Sieve: Vacation not working

Gottschalk, David dgottsc at emory.edu
Tue May 26 08:48:30 EDT 2009


Check out my thread going on this.

I'm having the same issue.

How do you hand off mail from Sendmail to Cyrus? I'm thinking that could be my issue, maybe yours too.

David Gottschalk
UTS Email team
david.gottschalk at emory.edu


-----Original Message-----
From: info-cyrus-bounces+dgottsc=emory.edu at lists.andrew.cmu.edu [mailto:info-cyrus-bounces+dgottsc=emory.edu at lists.andrew.cmu.edu] On Behalf Of Garry
Sent: Monday, May 25, 2009 4:12 PM
To: info-cyrus at lists.andrew.cmu.edu
Subject: Sieve: Vacation not working

I have a SuSE Enterprise 10 system set up, which is running smoothly ...
I have Cyrus 2.2.12 on it, which too is working fine - IMAP, SASL-Auth,
the whole 9 yards ... even Sieve itself is fine, messages are moved to
the appropriate folders as directed in the Sieve config ...

Here's an excerpt from the Sieve script:

require [ "vacation" , "fileinto" ] ;

## Flag: |UniqueId:1|Rulename: SpamMsg
if header :contains "From" "gkg"
{
    fileinto "INBOX.Spam" ;
}

## Flag: vacation|UniqueId:0|Rulename: Abwesenheitsbenachrichtigung
if true
{
    vacation :days 7 :addresses [ "admin at ox6.mydomain.de" ,
"admin at mydomain.de" ] :subject "Ich bin nicht da ..." "blah" ;
}


The message is received, but according to /var/log/messages, nothing
happens apart from it being stored locally ...

I'm somewhat at a loss as to where else I can check for the reason of it
not working ... couldn't find anything on Google that would have been
helpful, either ... maybe somebody could point me in the right direction
... ?!

Tnx, -garry
----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information.  If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).


More information about the Info-cyrus mailing list