MESSAGE
DATE | 2004-09-22 |
FROM | David Sugar
|
SUBJECT | Re: [hangout] Spamassasin really sucks
|
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
|
|