spamassassin tags missing from subject line

Matt Florido matt at floridonet.com
Thu Mar 10 20:54:22 UTC 2005


On Thu, March 10, 2005 9:20 am, Olga Urban said:
[...]
>
> Here's my /etc/mail/spamassassin/local.cf
> required_hits 5
> rewrite_subject 1
> subject_tag [***SPAM***]
> report_safe 0

What version of SA are running?  If it's 3.0.x, the way you've written the
rewrite command has been deprecated.

Try: rewrite_header Subject [***SPAM***]

To add the score I use: rewrite_header Subject [SPAM _SCORE_]
Example: [SPAM 15.3] Buy C1alis HERE

>
> And here's my /etc/procmailrc
> # send mail through SpamAssassin
> :0 fw
> * < 256000
> | /usr/bin/spamassassin
>

Use a lock file:
:0fw: spamassassin.lock
* < 256000
| /usr/bin/spamassassin

-- 
Regards,
Matt Florido




More information about the fedora-list mailing list