I do it using a procmail recipe, such as:

=========BEGIN PROCMAIL RECIPE==============

:0
* ^X-Spam-Status: Yes

{

# Mails with a score of 15 or higher are almost certainly spam (with 0.05%
# false positives according to rules/STATISTICS.txt). Let's delete them
# completely.

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

# Mails with a score less than 15 but still marked as spam go to the
# Spam folder

:0:
${SPAM}
}

==========END PROCMAIL RECIPE===============

William L. Polhemus, Jr. P.E.
Polhemus Engineering Company
Katy, Texas USA

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vittorio
Muth
Sent: Tuesday, October 21, 2003 6:28 AM
To: [EMAIL PROTECTED]
Subject: [SAtalk] Scoring of 5.0 means spam. ist possible to drop mails with
a scoring of i.e. 15?

Hello,

I've read in the FAQ, that spamassassin does not drop mails. OK.

Is there anyone who got it, to configure spamassassin like that:?


Score 5.0 = mark as spam and forward
Score 15 = move mail to /dev/null or send it to [EMAIL PROTECTED]





-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to