Return-Path: Delivered-To: apmail-incubator-spamassassin-cvs-archive@www.apache.org Received: (qmail 98588 invoked from network); 5 May 2004 22:52:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 May 2004 22:52:06 -0000 Received: (qmail 52329 invoked by uid 500); 5 May 2004 22:51:52 -0000 Delivered-To: apmail-incubator-spamassassin-cvs-archive@incubator.apache.org Received: (qmail 52307 invoked by uid 500); 5 May 2004 22:51:52 -0000 Mailing-List: contact spamassassin-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Spam Assassin Dev" List-Id: "SpamAssassin Commits" Delivered-To: mailing list spamassassin-cvs@incubator.apache.org Received: (qmail 52291 invoked from network); 5 May 2004 22:51:51 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 May 2004 22:51:51 -0000 Received: (qmail 98570 invoked from network); 5 May 2004 22:52:05 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 5 May 2004 22:52:05 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: spamassassin-cvs@incubator.apache.org To: spamassassin-cvs@incubator.apache.org Subject: =?iso-8859-1?q?=5BSpamAssassin_Wiki=5D_Updated=3A__SpamAssassinDoesNotDoT?= =?iso-8859-1?q?hat?= Date: Wed, 05 May 2004 22:52:05 -0000 Message-ID: <20040505225205.98566.52911@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-05-05T15:52:05 Editor: 198.31.57.6 <> Wiki: SpamAssassin Wiki Page: SpamAssassinDoesNotDoThat URL: http://wiki.apache.org/spamassassin/SpamAssassinDoesNotDoThat no comment Change Log: ---------------------------------------------------------------------------= --- @@ -3,9 +3,22 @@ SA is a filter that tags messages with information - delivery is the responsibility of the program that calls SA. = +=3D Qmail =3D + If you're using qmail, you can set up SpamAssassin through Qmail-Scanner, = which has a patched version able to delete spam at a given threshold. The = patched version is here: http://xoomer.virgilio.it/j.toribio/qmail-scanner/ = The original version is here: http://qmail-scanner.sourceforge.net Where you can also find a mailing list to ask this question and get a bett= er response than you will ever get from the SA mailing list. + +=3D Procmail =3D + +If you're using procmail, it's easy to setup a rule that sends mail over a= certain score to /dev/null, effectively deleting it. For example, to dele= te spam with a score higher than 10: + + :0 + * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\* + /dev/null + + +