I'm using spamassassin version 3.0.4 with postfix 2.1.4 configured to
use sendmail on mandrake 10.1. At one point I had all spam going to a
seperate address. Latter on in the day it stopped. I'm using webmin
version 1.2.1 to manage the configs. I have set the procmail spam
delivery to append to mbox-format mail file spam. Spam is a valid user
on my system, but it has no shell access and it started out that way.
The system does corectly identify the spam as I get the messages in the
orginal destination mailbox. I'm calling spamassassin by using the
content filter option. Here are the revilant lines from the postfix
master.cf file:
smtp inet n - y - - smtpd -o
content_filter=spamassassin (modified this line)
spamassassin unix - n n - - pipe user=nobody
argv=/usr/bin/spamc -f -e /usr/sbin/sendmail.postfix -oi -f ${sender)
${recipient} (added this line to end of file)
I have no clue how i borke this and thus no clue on how to fix it.
# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
#
# rewrite_header Subject *****SPAM*****
# report_safe 1
# trusted_networks 212.17.35.
# lock_method flock
required_hits 5
rewrite_header Subject [SPAM]
report_safe 0
auto_whitelist_path /var/spool/spamassassin/auto-whitelist
auto_whitelist_file_mode 0666
dcc_home /var/lib/dcc
(shouldn't the entry for the spam mailbox be here?)