From info-cyrus Wed Oct 02 19:54:59 2002 From: Michael Fair Date: Wed, 02 Oct 2002 19:54:59 +0000 To: info-cyrus Subject: Re: Spam filter X-MARC-Message: https://marc.info/?l=info-cyrus&m=103358958315733 I use Postfix and SpamAssassin which works quite well. The examples below are Postfix specific, but I'm sure Sendmail could be made to do something similar using the same principles. I've used two methods of integrating the filter into the process. 1) Create a new delivery transport called spamcheck make spamcheck point to a script which delivers via LMTP to Cyrus as its last action. The spamcheck.py script in the contribn section is what I used. 2) Use the "content_filter" option to smtpd to run the email through SpamAssassin before having it delivered through the normal channels. I don't have the link offhand but Google knows where it is. ;) Good Luck, -- Michael -- ----- Original Message ----- From: To: Sent: Wednesday, October 02, 2002 11:25 AM Subject: Spam filter > Hi, > > Is there any good solution for a spam filter? I saw some good working > filters (like SpamBouncer) running with procmail, but since sendmail (or > postfix) delivers directly to cyrus, I wonder how a solution (like > spambouncer) might work (of course without defining own filters for > spam). > > Thank you, > Paul > >