Hi,
I have a mail server with qmail, qmailscanner, fetchmail, spamassassin,
clamav installed . My linux distribution is debian sarge.
When spamassasin check a mail I notice in the header of the mail the
following:
X-Spam-Status: Yes, hits=10.2 required=4.0
The problem is the content of file /etc/mail/spamassassin/local.cf is:
rewrite_header Subject *****SPAM*****
required_hits 5
#rewrite_subject 1
report_header 1
report_safe 1
skip_rbl_checks 0
You can notice that the line required_hits 5 is different from mail
checked (required=4.0).
It seems that the file local.cf is ignored by spamassassin. How can
know which is the file spamassasin using when check mails?
I have already tried to force the configuration file with "spamd -C
/etc/mail/spamassassin/local.cf" but nothing change.
Someone have any ideas?