On Mon, 2004-10-18 at 13:16 +0200, Mattia Martinello wrote: > Hi, > > I installed Spamassassin version 3.0.0 from .tar.gz on a Linux box > running SuSE 9.1, Qmail and Qmail-scanner. > Qmail-scanner is correctly configured to use Spamassassin and ClamAV, so > in the mail header I can see "X-Spam-Status: No, hits=0.6 required=7.5". > This mean that Spamassassin is checking email messages. > The problem is that even if a message is "SPAM" (hits higher than 7.5) > Spamassassin doesn't mark me the subject with [*****SPAM*****] and it > doesn't write the report (as I configured in > /etc/mail/spamassassin/local.cf). > > This is my /etc/mail/spamassassin/local.cf: > > > required_hits 7.5 > rewrite_subject 1 > subject_tag [*****SPAM*****] > report_safe 0 [...]
> Any ideas to solve the problem? Read the UPGRADE document, this is answered there: - The "rewrite_subject" and "subject_tag" configuration options were deprecated and are now removed. Instead, using "rewrite_header Subject [your desired setting]". e.g. rewrite_subject 1 subject_tag ****SPAM(_SCORE_)**** becomes rewrite_header Subject ****SPAM(_SCORE_)**** Teun