news <[EMAIL PROTECTED]> wrote on 05/16/2005 02:07:55 PM:
> Hi,
>
> I'm having problems with SpamAssassin-3.0.3 on a Fedora Core 2 machine
> along with Sendmail. SpamAssassin is able to identify mail as spam, and
> adds its headers to the mail. However, it does not rewrite the subject
> header with the `****[SPAM]****' tag.
>
> Here's what I have in local.cf:
> --------
> required_score 5
> bayes_ignore_header X-Upstream-Spamfilter
> rewrite_header Subject ****[SPAM]****
> add_header all Status _YESNO_, score=_SCORE_ Checker-Version
> SpamAssassin version=_VERSION_ on _HOSTNAME
> report_safe 0
> --------
>
> `spamassassin --lint` does not give me any errors.
>
> I'm using the spamass-milter to do my checking. Here's what I have in
> sendmail.cf:
> ---
> 560:O InputMailFilters=clamav, spamassassin
> ---
>
> Any help is greatly appreciated.
What command line switches are you starting your milter with? Doesn't spamass-milter have a command line switch to tell it to re-write the subject? I know milter-spamc does which is what I use. I seem to recall this topic being discussed a while back. You may also want to do a search of the mailing list archives.
Andy