On Fri, 25 Oct 2002 14:42:52 -0500, you wrote:

>Be very careful with a procmail recipe, and the answer is yes.
>
>#start by deleting the highest spamtag value
>:0
>* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
>/dev/null
>
>#flag everything else, but deliver it (this happens without any rules)
>#to deliver 5.0-19.9 to a special spam folder
>SPAMFOLDER=$HOME/mail/spam
>:0
>* ^X-Spam-Level: \*\*\*\*\*
>$SPAMFOLDER
>
>#now everything thats left goes to the inbox
>#but negative numbers to 4.9 still get tagged


Should that be 

* ^X-Spam-Level: \*\*\*\*\*+

Otherwise it'll match ONLY 5 stars, not 5 or more (likewise add a + to the
20-star rule).

Or am I misunderstanding?


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to