I installed spamass-milter from ports. I followed the instructions, installing the line:
INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass/spamass-milter.sock, F=,T=C:15m;S:4m;R:4m;E:10m') The socket is there. The spamd is running. I'm running freebsd 4.6 which should have libmilter in sendmail. (a strings on /usr/libexec/sendmail/sendmail confirms this). When I send a test spam, logging in /var/log/maillog shows: spamd[5955]: info: setuid to root succeeded spamd[5955]: Still running as root: user not specified, not found, or set to root. Fall back to nobody. Yet spamd never adds the x-spam header to my mails. I see that spamd definitely examins the message if I run it in debug mode. It's as if the message once processed by spamd is discarded and the original is delivered. I'm running procmail as a mailer to deliver mail locally, could that be interfearing? Michael Grant To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message