procmail
[Top] [All Lists]

Re: using LOG= in recipes, newline character and mailstat

2006-01-19 04:47:19
Michelle Konzack schreef:

  * ^Subject:.*(***BLACKLIST***)

That will not work. Change it to:

   * ^Subject:.*\(\*\*\*BLACKLIST\*\*\*\)

or to the more outstanding

   * ^Subject:.*[(][*][*][*]BLACKLIST[*][*][*][)]

Better yet, early put '(***BLACKLIST***)' in a $var, and use $\var. 
Do that for every string that you introduce and later test on.

-- 
Grtz, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail