On 5/31/2016 1:38 AM, @lbutlr wrote:
On May 30, 2016, at 11:06 PM, Shivram Krishnan <rorryk...@gmail.com> wrote:
2) I have set a threshold of -10 to see how spamassassin assigns a score for 
every mail.
No. Do not do this.

Instead, set this option in your local.cf file:

add_header all Report _REPORT_

This will make SA add a report header to all emails so you can see how they score. As a plus, you will also see whether it's marked as ham or spam, which you lose by artificially lowering the threshold.

You can also use this if you want more info on Bayes scoring (should be all one line):

add_header all Bayes bayes=_BAYES_, N=_BAYESTC_(_BAYESTCLEARNED_-_BAYESTCHAMMY_+_BAYESTCSPAMMY_), ham=(_HAMMYTOKENS(5,short)_), spam=(_SPAMMYTOKENS(5,short)_)

--
Bowie

Reply via email to