Re: [SAtalk] Does the * in the X-Spam-Level header upset procmail

2003-10-01 Thread Sean McCrohan
> On Tue, 30 Sep 2003 20:26:22 -0400 (EDT) > Satya <[EMAIL PROTECTED]> wrote: > > > On Oct 1, 2003 at 00:03, Nigel Wilkinson wrote: > > > > >I want to filter useing the number of asterixes in the X-Spam-Level > > >header but I think this is a wildcard in procmail. Does anyone know > > >if this wi

Re: [SAtalk] Does the * in the X-Spam-Level header upset procmail

2003-10-01 Thread Nigel Wilkinson
On Tue, 30 Sep 2003 20:26:22 -0400 (EDT) Satya <[EMAIL PROTECTED]> wrote: > On Oct 1, 2003 at 00:03, Nigel Wilkinson wrote: > > >I want to filter useing the number of asterixes in the X-Spam-Level > >header but I think this is a wildcard in procmail. Does anyone know > >if this will upset procmai

Re: [SAtalk] Does the * in the X-Spam-Level header upset procmail

2003-09-30 Thread Satya
On Oct 1, 2003 at 00:03, Nigel Wilkinson wrote: >I want to filter useing the number of asterixes in the X-Spam-Level >header but I think this is a wildcard in procmail. Does anyone know >if this will upset procmail. Yes. Use something like: :0: * ^X-Spam-Status: \*\*\*\*\* /dev/null -- Satya.

Re: [SAtalk] Does the * in the X-Spam-Level header upset procmail

2003-09-30 Thread Michael Demmer
The following rules work for me: # # Distinguish really bad (8 pts or higher) spam from just moderately # bad (5 pts) spam. # :0 * ^X-Spam-Level: \*\*\*\*\*\*\*\* spam-certain :0 * ^X-Spam-Level: \*\*\*\*\* spam -mike --- This sf.net email i