procmail
[Top] [All Lists]

Re: spaces in conditions

2005-08-09 09:38:36
On Tue, 09 Aug 2005 16:07:38 +0000 (UTC)
Stephen Allen <procmail(_at_)rowyerboat(_dot_)com> 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.

Escaping out spaces looks a little odd too. I'm not sure that will
work??

Try something like
* () +cialis +

H.

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