procmail
[Top] [All Lists]

Re: spaces in conditions

2005-08-09 11:43:55
At 18:19 2005-08-09 +0200, Hamster wrote:
Isn't is simply?:

      * .*\ cialis\ .*

You don't need the .* business.

The only time you need .* is if you anchor the start of the regexp
using ^, and even then you don't need it at the end.

excepting when using the \/ MATCH construct, and you want to match 
additional text beyond that which you've explicitly given.

---
  Sean B. Straw / Professional Software Engineering

  Procmail disclaimer: <http://www.professional.org/procmail/disclaimer.html>
  Please DO NOT carbon me on list replies.  I'll get my copy from the list.


____________________________________________________________
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>