1 message in net.sourceforge.lists.courier-maildrop[maildropl] Re: lots of "ifs"
FromSent OnAttachments
Sam VarshavchikJan 11, 2004 4:47 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:[maildropl] Re: lots of "ifs"Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 11, 2004 4:47:38 pm
List:net.sourceforge.lists.courier-maildrop

Robin Lynn Frank writes:

* !^Subject: .*Biglumber-news * !^Subject: .*spamNEWS * !^To: .*post@postfix.org * !^CC: .*post@postfix.org

I've been trying all morning to add something similar to the "if" statement above, but can't quite nail it down.

if ( !/^Subject: .*(Biglumber-news|spamNEWS)/ && \ !/^(To|Cc): .*postfix-users@postfix\.org/) { … }