At 01:36 PM 5/10/2002 -0500, David Gibbs wrote:
>Anyone know if it's possible to cause SA to treat spam with a really high
>spam score differently?
>I'd like to be able to configure a maximum spam score, which would cause
>SA to flag the message specially or just file it in a different mailbox.
>Thanks!

Use procmail with a rule like this:

# Trash high-scoring stuff, 13-99 skipping all other processing...
  :0:
  * ^X-Spam-Status: Yes, hits=(1[3-9]|[2-9][0-9])
  $SPAM.garbage

That works for me. You can also match against the line of asterisks
that the latest releases have...

reb


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to