procmail
[Top] [All Lists]

Re^2: What's wrong with my CLICHE recipe?

1998-09-21 00:48:26
Philip Guenther <guenther(_at_)gac(_dot_)edu> wrote:

Hmm, since you didn't include an example that didn't match, I don't
know whether this is the problem, but your regexp assumes that there's
at least one previous character on the line containing "to be removed
from".

  * ^[^>].*(FREE|[tT]o [bB]e [rR]emoved [fF]rom)

Change that to:

      * ^([^>].*)?(FREE|[tT]o [bB]e [rR]emoved [fF]rom)

You are absolutely correct!
All the "To be removed from" phrases  I recently received 
started from begining of line!!!

Thanks,
_/_/_/      Mitsuru FURUKAWA      _/_/_/
_/_/_/        Tokyo, Japan        _/_/_/
_/_/_/     mailto:furu(_at_)009(_dot_)com    _/_/_/
_/_/_/  http://www.009.com/furu/  _/_/_/

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