John Fleming wrote:

I only know of one way to tag - spam above a certain threshhold, e.g. 5.00.
Is there a way to tag score 5-10 with one label and scores >10 with another?


So long as you're interested in whole-number resolution:

:0 fw
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*
* ^Subject:\/.*
| formail -I "Subject: BIGSPAM - $MATCH"

:0 E
* ^X-Spam-Level: \*\*\*\*\*\*
* ^Subject:\/.*
| formail -I "Subject: LILSPAM - $MATCH"

I re-write subjects like this all the time, and dispose of very high-scoring spam using X-Spam-Level. Not usually both together like this.

- Bob

Reply via email to