procmail
[Top] [All Lists]

Re: spaces in conditions

2005-08-09 09:30:11
On Tue, Aug 09, 2005 at 04:07:38PM +0000, Stephen Allen wrote:

procmail-bounces(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE wrote on 09/08/2005 
16:47:21:

    How do you include a space in a condition?

Isn't is simply?:

      * .*\ cialis\ .*

No.

A space doesn't need quoting.

Nor do you need or want ".*" anywhere you've used it here.

   * () cialis ()

would work to do what was requested.  But I don't think
what was requested is very useful.  For one, those could
be tabs.  For two, there could be punctuation, parentheses,
quote marks, etc., before or after.

Perhaps the OP would prefer this, anyway:

   * ()\<cialis\>

Dallman

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