> 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 procmail.
> > 
> > Yes. Use something like:
> > 
> > :0:
> > * ^X-Spam-Status: \*\*\*\*\*
> > /dev/null

Or in 2.60 (just noticed this today, duh), use:

add_header all Level _STARS(-)_

or something like it to change the * to a character that doesn't need
to be escaped. The example in the docs uses '.', but I think that might
cause some regexp problems of its own, yes?

--S


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to