Greg Miller Sent: Wednesday, November 12, 2003 11:48 AM

> Having being using SA, and have searched the archive, so be kind.
>
> I would like to have the score assigned for the various rules appear in
> the header of the message instead of just the aggregate score and the
> names of the rules that hit.

You'll want to put an add_header lines into your local.cf file.

See the docs at: http://www.spamassassin.org/doc/Mail_SpamAssassin_Conf.html

The section called "MESSAGE TAGGING OPTIONS" is what you want. Take a look
at very top of the docs where it says "TAGS" too.

As the docs say:
add_header all Status _YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_
autolearn=_AUTOLEARN_ version=_VERSION_
is the default.

So adding this to your local.cf:
add_header all Status _YESNO_, hits=_HITS_ required=_REQD_
tests=_TESTSSCORES_ autolearn=_AUTOLEARN_ version=_VERSION_
would add the scores, according to the documentation.

I'm just guessing here, BTW. Just took a quick glance at the docs to this is
what I deduced. Give it a shot. See, I was nice. I didn't even tell you to
RTFM. :)

cheers,
Colin

Colin A. Bartlett
Kinetic Web Solutions
www.kineticweb.biz



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to