>From: Ben Story <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: SA and Exim ACLs >Date: Wed, 11 Feb 2004 09:50:45 -0600 > >The list has been discussing how to use procmail for filtering >mail, but I was wondering if anyone has used exim ACL's to do any >filtering after spamc has run on a message. What I'd like to do >is look at the message's X-Spam-* headers and if the spam score is >above 20 have exim send it to the bit bucket. Has anyone messed >with this or something similar that they could give me a starting >point to look at?
There's been a fair amount of discussion on the exim mailing list about issues such as this and also rejecting incoming viruses. An *excellent* solution is to use exim: http://www.exim.org/ with the exiscan patch: http://duncanthrax.net/exiscan-acl/ The score from spamd is available in the exim ACL section. So there's no need to send high-scoring email to the bit bucket. You just refuse to accept it. Then it becomes a problem for the connecting client, not you.
