Announcement
Collapse
No announcement yet.
filter dont work
Collapse
X
-
Well, i guess this a pretty lame answer, but have you double checked the syntax or this script? It seems that those incoming mails just don't match the filter. For questions about the Dovecot SIEVE implementation, the Dovecot mailinglist may help (they are very responsive from my experience so far).
-
Guest repliedno idea? anyone?
Leave a comment:
-
filter dont work
i use ox6 on ubuntu 8.10 with postfix and dovecot. displaying mails works fine, but they dont go into the folders where they are supposed to. i set up some filter rules in the options section and they appear in /home/mcnesium/sieve/Open-Xchange.sieve as follows:
# Generated by OX Sieve Bundle on Tue Apr 14 10:54:43 CEST 2009
require "fileinto" ;
## Flag: |UniqueId:0|Rulename: BA07MP1
if anyof ( header :contains [ "X-BeenThere" , "X-Mailinglist" ] "ba07mp1" , header :contains "Subject" "BA07MP1" )
{
fileinto "INBOX.BA07MP1" ;
}
...Tags: None
Leave a comment: