I've installed SpamAssassin 2.6 on a system running FreeBSD 4.7, Perl 5.6.1. SpamAssassin (or, strictly, spamc/spamd) is invoked by qmail_scanner_1.16.

The messages processed by SpamAssassin come through with a header that says something like:

X-Spam-Status: Yes, hits=5.5 required=5.0

My problem is that I'd like to change this header so that it includes a list of the tests that matched - but nothing I change in the configuration files appears to have any effect on the headers in the email delivered.

I have restarted 'spamd' between changes. I have confirmed that SA2.60 is the version running.

'spamd' is invoked with:

spamd -a -c -d -A <myip> -L

The configuration files _are_ being read, because I can change the 'required' hits by editing (for example) 'user_prefs', and the new figure shows up in the 'X-Spam-Status' line.

Using 'find' and 'grep' to explore the *.cf and user_prefs files, I can not find any header declarations that match the particular pattern above, i.e.

add_header all Status "_YESNO_, hits=_HITS_ required=_REQD_"

The closest I can come to it is the default in

/usr/local/share/spamassassin/10_misc.cf

which contains:

add_header all Status "_YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_"

Can anyone tell me what I'm overlooking? Is there some magic switch required to get SpamAssassin to honor 'add_header' instructions?

Thanks,

Angus
--
[EMAIL PROTECTED]                             http://pobox.com/~angus


------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to