Andy Jezierski wrote:
Roger WJ Alterskjær <[EMAIL PROTECTED]> wrote on 01/17/2005 10:27:20 AM:
> Matt Kettler wrote:
>
> > At 09:53 AM 1/17/2005, Roger WJ Alterskjær wrote:
> >
> >> I've recently upgraded SA from 2.64 to 3.0.2 and now can't seem to
> >> get the add_header option working. Before I start: RH9, SA 3.0.2,
> >> spamd -d -c -m5 -u qscand, spamc called by qmail-scanner 1.24.
> >>
[snip]
>
> I'm trying to get the additional info on what tests were 'plinged' when
> run through SA. With 2.64 I was able to get these reports when a message
> was marked as spam.(the old X-Spam-Report which is now disabled in 3.0)
> Like this:
> X-Spam-Report:
> * 0.1 HTML_FONTCOLOR_UNKNOWN BODY: HTML font color is unknown to us
> * 0.1 HTML_MESSAGE BODY: HTML included in message
[snip]
Try add_header spam Report _REPORT_
Or if you want a brief version without the descriptions try add_header spam report _TESTS(,) or for a brief version with scores added add_header spam report _TESTSSCORES(,)
Hmm.... added "add_header spam Report _REPORT_" to my local.cf, ran spamassassin -d --lint (no prob found), then sent from a Hotmail account the GTUBE string. The only injected headers were:
X-Spam-Status: Yes, hits=1005.4 required=5.0 X-Spam-Level: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Even my X-Spam-Status header is the default, not the string I specified. Lint'ing my config files as root shows SA is checking these for validity, but is it picking up my local.cf in actuality? (/etc/mail/spamassassin/local.cf is 644).