Re: procmail recipe



On Thu, 31 Aug 2006 06:19:04 +0000, Paul Colquhoun wrote:


That will match as long as there is one character on the line that is
not in the set '.@;'.

Have you tried:

* ^from[^\.\@\-]*$

That requires every character in the line (after the 'from') to be in
the set "not '.@;'"

this doesn't seem to work. here is the relevant snippet:

:0 B:
* ^from[^\.\@\-]*$
| formail -A "X-NewTest: Yes">> SuspectSpam

procmail.log says 'No match on "^from[^\.\@\-]*$"'.

can you detect something I am overlooking?

and thank you for the tips!

Felmon
.