Valerion wrote:In my spamass-milter config file I have a "-r 15", that will drop any emails with a score higher than 15.
I can't tell if it will work with spamd or not.
definitely it does.
I use a particular version of spamass-milter, its packaged differently to the one in the usual 3rd party repos. The big difference is a wrapper script and it runs as a user called sa-milt.
spamass-milter is the "glue" which binds sendmail and spamd.
when sendmail calls spamass-milter it does so as the "sa-milt" user, which means it looks at /etc/sysconfig/spamass-milter for switches like -r 15 (although personally i set it to -r 8 and even lower ;) and applies them on the way through when it scans messages via spamd.
Thus if spamd returns a score of 16 the message is dropped.
Details of the rpm i use are here....get it from the url link below.
rpm -qip /home/template/filtering/spamass-milter-0.3.1-3.i386.rpm
Name : spamass-milter Relocations: (not relocatable)
Version : 0.3.1 Vendor: (none)
Release : 3 Build Date: Fri 16 Jun 2006 01:46:02 PM EST
Install Date: (not installed) Build Host: mail.cafga.com.au
Group : System Environment/Daemons Source RPM: spamass-milter-0.3.1-3.src.rpm
Size : 122436 License: GPL
Signature : (none)
URL :
http://savannah.nongnu.org/projects/spamass-milt/
Summary : Sendmail milter for spamassassin
Description :
A Sendmail milter (Mail Filter) library that pipes all incoming mail
(including things received by rmail/UUCP) through the SpamAssassin,
a highly customizable spam filter.