17 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop and spamassa...
FromSent OnAttachments
W. van der LindenMar 9, 2004 12:07 pm 
Devin RubiaMar 9, 2004 12:37 pm 
Brook HumphreyMar 9, 2004 12:45 pm 
Thorsten HaudeMar 9, 2004 3:07 pm 
Brook HumphreyMar 9, 2004 5:50 pm 
p dont thinkMar 9, 2004 6:50 pm 
Torsten VellerMar 9, 2004 11:51 pm 
Thorsten HaudeMar 10, 2004 1:07 am 
Torsten VellerMar 10, 2004 2:12 am 
Brook HumphreyMar 10, 2004 7:01 am 
Brook HumphreyMar 10, 2004 7:02 am 
Brook HumphreyMar 10, 2004 7:03 am 
Jeremy KitchenMar 10, 2004 7:53 am 
Kate PorterMar 10, 2004 10:03 am 
Thorsten HaudeMar 10, 2004 3:12 pm 
Thorsten HaudeMar 10, 2004 3:12 pm 
Kate PorterMar 11, 2004 10:27 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] maildrop and spamassassinActions...
From:Jeremy Kitchen (kitc@scriptkitchen.com)
Date:Mar 10, 2004 7:53:43 am
List:net.sourceforge.lists.courier-maildrop

On Wed, 2004-03-10 at 02:49, Thorsten Haude wrote:

But sometimes the mail with if (/^X-Spam-Flag: *YES/)

if (/^X-Spam-Flag: YES/)

if ( /^X-Spam-Flag: YES/ ) or if ( /^X-Spam-Flag: *YES/ )

and for yet another way to do it, here's what I use:

if (/^X-Spam-Flag:[:space:]*YES/)

http://scriptkitchen.com/qmail/mailfilter

-Jeremy