Hi All,
I want to easily see the scoring on ham messages so
I put the following lines in my
/etc/mail/spamassassin/local.cf file:
# next line adds a score header to ham
add_header ham mySA hits=_HITS_ required=_REQD_
When I run a ham message through
(using the command # spamassassin -t < goodmail.txt )
I get these lines added to the header: [ok so far, especially the first
one!]
X-Spam-mySA: hits=1.6 required=5.0
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on KENS02L
X-Spam-Level: *
X-Spam-Status: No, hits=1.6 required=5.0 tests=NO_REAL_NAME,
RCVD_FAKE_HELO_DOTCOM autolearn=no version=2.63
BUT, when it runs normally (calling spamassassin from a script, not
using spamd) it still filters properly but doesn't add the above header
to ham. Anybody help me see why?
Thanks.
in advance.
Ken