I need help understanding #SpamAssassin
I have a mail here that got scored with RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.408
Looking at https://github.com/apache/spamassassin/blob/d8b971c6432eba0ec1d5fcf89e61f3551b6446cd/rules/20_dnsbl_tests.cf#L159-L162 this seems to mean that Validity told me to fuck off (fair, I don't pay them), but why does that increase the score of the mail?
The score matches https://github.com/apache/spamassassin/blob/d8b971c6432eba0ec1d5fcf89e61f3551b6446cd/rulesrc/scores/72_scores.cf#L328 and I see no score for RCVD_IN_VALIDITY_CERTIFIED there.
There is a 0 score in https://github.com/apache/spamassassin/blob/d8b971c6432eba0ec1d5fcf89e61f3551b6446cd/rules/50_scores.cf#L520 which implies that check should be disabled anyway?




