MESSAGE
| DATE | 2004-09-22 |
| FROM | David Sugar
|
| SUBJECT | Re: [hangout] Spamassasin really sucks
|
From owner-hangout-destenys-at-mrbrklyn.com Wed Sep 22 04:43:07 2004 X-UIDL: ,-at-=!!'F~"!Yi7"!meW!! Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by mrbrklyn.com (8.12.11/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id i8M8h7St000744 for ; Wed, 22 Sep 2004 04:43:07 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.11/8.12.3/Submit) id i8M8h6Uj000743 for hangout-destenys; Wed, 22 Sep 2004 04:43:06 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangouts-at-www2.mrbrklyn.com using -f Received: from mail.ostel.com ([216.218.222.122]) by mrbrklyn.com (8.12.11/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id i8M8h6gx000734 for ; Wed, 22 Sep 2004 04:43:06 -0400 Received: from [192.168.1.101] (pool-138-89-249-47.atc.east.verizon.net [138.89.249.47]) by mail.ostel.com (Postfix) with ESMTP id 5FCCF2F2876; Wed, 22 Sep 2004 01:55:01 -0700 (PDT) Message-ID: <41513CBE.40305-at-ostel.com> Date: Wed, 22 Sep 2004 04:50:06 -0400 From: David Sugar User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruben Safir Secretary NYLXS Cc: hangout-at-nylxs.com Subject: Re: [hangout] Spamassasin really sucks References: <20040921023938.GA7903-at-www2.mrbrklyn.com> In-Reply-To: <20040921023938.GA7903-at-www2.mrbrklyn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-hangouts-at-mrbrklyn.com Precedence: bulk Reply-To: David Sugar List: New Yorker GNU Linux Scene Admin: To unsubscribe send unsubscribe name-at-domian.com in the body to hangout-request-at-www2.mrbrklyn.com X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on www2.mrbrklyn.com X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=no version=2.64 X-Spam-Level: X-Keywords: X-UID: 35202 Status: RO Content-Length: 1353 Lines: 34
Spam Assassin can use baysian filtering and needs to be trained before it works "best". This is done by creating two aliases like follows:
spam: "|/usr/bin/sa-learn --spam --single" ham: "|/usr/bin/sa-learn --ham --single"
Then you forward any email that is spam which Spam Assassin failed to tag as spam to spam-at-yourdomain, and any email Spam Assassin falsely tagged to ham-at-yourdomain, and it "learns", just like Thunderbird/mozilla stuff, except it learns for all your users, rather than just for each one seperately. As for cpu load, I run the spamc daemon and nice it. I also nice exim (you can nice sendmail too of course), as that keeps email driven system load stampeding down as well. I am not sure why most distro's dont nice email daemons by default, since they will for cron.
David
Ruben Safir Secretary NYLXS wrote: > It is using up 98% of my CPU and then dies letting all the spam through, unless it tied up the mail server completely. > > The thing really sucks. > > I just did a CPAN relaod of it hoping that maybe there is a new version > but I'll put all my procmail and dev null routes back on line just to stabilize > the damn situation. > > Ruben > ____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|