On 28 Feb 2016, at 14:21, Roman Gelfand wrote:
The message header is showing
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
When running the following command for the same message
spamassassin -D <
/mbx/mdomain.com/user1/Maildir/.Junk/cur/1456680007.M794927P6209.mbx1\,S\=12332\,W\=12592\:2\,S
2> spamtest
I get
X-Spam-Status: No, score=1.5 required=5.0
tests=AWL,DCC_CHECK,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,
T_RP_MATCHES_RCVD autolearn=no version=3.3.2
1) Why is bayes tests not included?
Probably because whatever tested the message to create the header runs
as a differeent user than you used for your manual test. That also would
make the AWL values vary.
Possibly because the manual test ran into some breakage in the Bayes DB
that wasn't present when the header-generating spam was done.
2) If I raise for non-bayes DCC_CHECK from 1.7 to 2.7 and bayes from
2.7 to
3.7, this test yields a scrore of 2. Why not 2.5 as I raised it by 1?
AWL. It does not recognize that it has seen a message before, so past
checks of the same message are adjusted towards the result of previous
checks.