procmail
[Top] [All Lists]

Re: Filtering Mailer-Daemon Messages

2008-03-30 06:54:05
Nikolaus Hiebaum wrote:

:0 :
* H ?? ^FROM_MAILER
* B ?? .*([Ss]oftware|.*[Aa]dobe|.*[Pp]hotoshop|.*[Oo]ffice)
IN.BACKSCATTER

Since the default matching is on the header, the default matching is
case-insenstive, and the several .* don't mean anything,
you can rewrite that as:

  :0 :
  * ^FROM_MAILER
  * B ?? software|adobe|photoshop|office
  IN.BACKSCATTER

-- 
Affijn, 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

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