[Dovecot] filtering problem using sieve
Jim Horner
jhorner at arinbe.com
Wed Aug 30 07:34:12 EEST 2006
On Sunday 27 August 2006 20:47, ajmcello ajmcello wrote:
> For some reason, I cannot filter messages that have uppercase or possibly
> mixed casing in them. I have tried several tests by connecting
> to port 25 and sending messages. The ones that fail are from
> MAILER-DAEMON at mydomain.net. Here are the rules I have tried:
>
>
> require ["fileinto", "reject", "vacation"];
>
> if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] "
> mailer-daemon at mydomain.net" {
> fileinto "mailer-daemon";
> stop;
> }
depending on your namespace setup you may have to use "INBOX.mailer-daemon"
or "INBOX/mailer-daemon"
Jim
More information about the dovecot
mailing list