4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Question, and a test
FromSent OnAttachments
Jonathan NicholsDec 12, 2005 11:34 am 
Thorsten HaudeDec 12, 2005 12:22 pm 
Jonathan NicholsDec 14, 2005 10:58 pm 
Todd LyonsDec 15, 2005 1:42 pm 
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] Question, and a testActions...
From:Todd Lyons (tly@ivenue.com)
Date:Dec 15, 2005 1:42:44 pm
List:net.sourceforge.lists.courier-maildrop

Jonathan Nichols wanted us to know:

#Mail from the gentoo-users list if ( /^List-Id: .+ <gentoo-user.gentoo.org>/ )

To continue with your rule, I would get rid of the space on either side of the .+: if ( /^List-Id:.+<gentoo-user.gentoo.org>/ )

I usually use the X-BeenThere header, but that's just a personal preference. It's totally up to you what you want to use.

#Filter out the spam if (/^X-Spam-Status:.!Yes/)

That ! looks like a typo. I just doublechecked a perl book and ! is not a valid quantifier, so remove it.