procmail
[Top] [All Lists]

Re: Spam filtering regexp question

2001-08-10 19:20:42
Sean Straw advised John Heyer,

| * $^Subject:.*\/${SPAM}

I'd make one small adjustment: in case the value of $SPAM doesn't have
parentheses on the outside, and this is harmless if it already does,

 * $ ^Subject:.*\/($SPAM)

or if you're set on using braces around a variable even where they're not
needed,

 * $ ^Subject:.*\/(${SPAM})


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>