https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8278
Bill Cole <billc...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |FIXED --- Comment #5 from Bill Cole <billc...@apache.org> --- The past ~6 weeks of shabby behavior by Validity has persuaded me. I've just committed this: # svn diff Index: rules/50_scores.cf =================================================================== --- rules/50_scores.cf (revision 1925516) +++ rules/50_scores.cf (working copy) @@ -284,8 +284,6 @@ score RCVD_FORGED_WROTE2 0 # n=0 n=1 n=2 n=3 #score RCVD_IN_BRBL_LASTEXT 0 1.644 0 1.449 # n=0 n=2 score RCVD_IN_PSBL 0 2.700 0 2.700 # n=0 n=2 -score RCVD_IN_VALIDITY_RPBL 0 1.284 0 1.310 # n=0 n=2 -score RCVD_IN_VALIDITY_RPBL_BLOCKED 0 0.001 0 0.001 score RCVD_MAIL_COM 0 # n=0 n=1 n=2 n=3 score RDNS_DYNAMIC 2.639 0.363 1.663 0.982 score RDNS_LOCALHOST 3.700 0.969 2.345 0.001 @@ -519,10 +517,14 @@ # https://www.validity.com/resource-center/fact-sheet-certification/ # CERTIFIED is a subset of SAFE, thus the score is cumulative. # -2 + -3 = -5 points for CERTIFIED -score RCVD_IN_VALIDITY_CERTIFIED 0.0 -3.0 0.0 -3.0 -score RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0 0.001 0 0.001 -score RCVD_IN_VALIDITY_SAFE 0.0 -2.0 0.0 -2.0 -score RCVD_IN_VALIDITY_SAFE_BLOCKED 0 0.001 0 0.001 +# disabled by default 2025-05-11 WKC bz#8278 +score RCVD_IN_VALIDITY_CERTIFIED 0 +score RCVD_IN_VALIDITY_SAFE 0 +score RCVD_IN_VALIDITY_RPBL 0 +# Uncomment these if you enable the ones above +#score RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 +#score RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 +#score RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 # DNSWL is a "free for most" service that requires subscriptions for servers making over 100K queries daily. # # svn commit -m "disable Validity by default, leave rules" Authentication realm: <https://svn.apache.org:443> ASF Committers Password for 'billcole': *************** Sending rules/50_scores.cf Transmitting file data .done Committing transaction... Committed revision 1925517. -- You are receiving this mail because: You are the assignee for the bug.