procmail
[Top] [All Lists]

Re: your mail

2003-04-21 14:02:02
On Mon, 21 Apr 2003, Björn Lindström wrote:

I am trying to use this rule to send mail that SpamAssassin gives a
"spam-level" of at least 7 to /dev/null

:0
* ^X-Spam-Level: \*{7,}
/dev/null
<snip>
However, the nasty spam just slips right through. Does anyone have an
idea about what I have missed here?

Procmail does not support the {#,#} syntax.  Try this instead:

:0
* ^X-Spam-Level: \*\*\*\*\*\*\*
/dev/null

See man procmailrc for a list of the extended regular expressions 
that procmail supports.

Andrew



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail


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