Re: procmail recipe
- From: felmon davis <davisf@xxxxxxxxx>
- Date: Thu, 31 Aug 2006 17:24:57 GMT
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
.
- References:
- procmail recipe
- From: felmon davis
- Re: procmail recipe
- From: Paul Colquhoun
- procmail recipe
- Prev by Date: Re: Scheduling Jobs - Last day of the month - HOWTO?
- Next by Date: Re: Scheduling Jobs - Last day of the month - HOWTO?
- Previous by thread: Re: procmail recipe
- Next by thread: problems connecting to a lan from another subnet
- Index(es):