On Sun, 28 Feb 2016 12:53:31 -0500
Roman Gelfand wrote:

> Consider the following header
> 
> X-Spam-Status: No, score=4.4 required=5.0
> tests=AWL,BAYES_99,BAYES_999,
> DCC_CHECK,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,
> RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2
> 
> 
> Where the scores configured for the above test?  Also, if there is a
> command that would show the running scores for these tests.

Note that the configured scores may have been changed by the time you
look them  up.

You might find it useful to add this to your config:


add_header all Report _REPORT_


Alternately if you don't want to add another header, you can redefine
X-Spam-Status to show the scores with:


add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTSCORES_ 
autolearn=_AUTOLEARN_ version=_VERSION_

Reply via email to