> 1.8. How can I change the way SpamAssassin marks up messages it
> considers to be spam?

I'd love to be able to downgrade the priority of a message by spam level. It could be a lookup table, or simply a linear relationship
as below. Is there an easy way to implement that into SA ?

limit = 3 - 2 * ( score - required_normal ) /
( required_highest - required_normal )
if (limit<1) limit=1 else if (limit>5) limit=5
if X-Priority > limit then X-Priority = limit

That would allow me to throw spam away with a lighter hand, yet have all the dubious stuff trickle down and hide at the bottom of my inbox.

I realize I can do that outside SA (and will do so by default),
but it seemed like a generically useful feature to integrate.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to