procmail
[Top] [All Lists]

Re: recipe

2009-08-14 18:34:13
LuKreme wrote:
On 13-Aug-2009, at 14:38, Alex Rodriguez wrote:

Is there anything wrong with this rule?

:0:
* ^Body:.*1a2b3c4d5e*
User_mail_spool_file

nothing at all, assuming you are looking for a header named 'Body' with that string it it. However, the final '*' is doing nothing at all.

Certainly not nothing.

The "*" means "0, 1 or more", so the "e*" part can (so should) be removed.

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