How can I make spamassassin include the per rule score it used rather
than just listing the tests?

I looked at spamassassin code where the headers are generated (I
think) but don't grok enough perl to really see what it is doing.

I want a way to easily tell when my override scores from local.rc are
used and when the stock scores are used.  

Currently I have scripting in place that reports the scores I want
used but I see discrepancy in total score.  Like sometimes they are
not used.  Anyway, to make it easier to see what is actually
happening with scoring how can I make spamassasin append the score it
used to the rules listed in:

X-Spam-Status: No, hits=4.1 required=5.0 tests=AWL,DATE_IN_PAST_96_XX,
        MIME_BASE64_NO_NAME,MIME_BASE64_TEXT autolearn=no version=2.63

I'd like to see (scores are just examples):
X-Spam-Status: No, hits=4.1 required=5.0 tests=AWL,DATE_IN_PAST_96_XX:1.032,
        MIME_BASE64_NO_NAME:.065,MIME_BASE64_TEXT:1.036 autolearn=no 
version=2.63

Or something equally easy to see exactly what was done.

Reply via email to