http://www.dnswl.org/news/archives/24-Abusive-use-of-dnswl.org-infrastructure-enforcing-limits.html
This came up in the "Spam email many have RCVD_IN_DNSWL_MED" thread. DNSWL.org made an announcement about it with more details. Basically, free use only allows 100,000 queries per organization per day. Go over that enough, and you may get "RCVD_IN_DNSWL_HI" hitting all your email. If you're handling more than 100,000 emails a day, and don't want to pay for dnswl.org data, add to your spamassassin config: score RCVD_IN_DNSWL_HI 0 score RCVD_IN_DNSWL_MED 0 score RCVD_IN_DNSWL_LOW 0 score RCVD_IN_DNSWL_NONE 0 Disclaimer: I'm a dnswl.org admin. More discussion of network test free usage limits here: http://www.spamtips.org/2011/01/usage-limits-of-spamassassin-network.html Yes, it would still be nice if spamassassin had an option to just disable all of these. Maybe just commented out options in a config file? Something like this, based on that last link: # spamhaus.org score DKIMDOMAIN_IN_DWL 0 score DKIMDOMAIN_IN_DWL_UNKNOWN 0 score RCVD_IN_CSS 0 score RCVD_IN_PBL 0 score RCVD_IN_SBL 0 score RCVD_IN_XBL 0 score URIBL_DBL_ERROR 0 score URIBL_DBL_SPAM 0 score URIBL_SBL 0 # Others set RCVD_IN_PSBL 0 set RCVD_IN_BL_SPAMCOP_NET 0 set RCVD_IN_BRBL_LASTEXT 0 set DNS_FROM_AHBL_RHSBL 0 # Sorbs.net set RCVD_IN_SORBS_HTTP 0 set RCVD_IN_SORBS_SOCKS 0 set RCVD_IN_SORBS_MISC 0 set RCVD_IN_SORBS_SMTP 0 set RCVD_IN_SORBS_WEB 0 set RCVD_IN_SORBS_BLOCK 0 set RCVD_IN_SORBS_ZOMBIE 0 set RCVD_IN_SORBS_DUL 0 # NJABL.org set RCVD_IN_NJABL_RELAY 0 set RCVD_IN_NJABL_SPAM 0 set RCVD_IN_NJABL_MULTI 0 set RCVD_IN_NJABL_CGI 0 set RCVD_IN_NJABL_PROXY 0 # rfc-ignorant.org DNS_FROM_RFC_DSN DNS_FROM_RFC_BOGUSMX # DNSWL.org score RCVD_IN_DNSWL_HI 0 score RCVD_IN_DNSWL_MED 0 score RCVD_IN_DNSWL_LOW 0 score RCVD_IN_DNSWL_NONE 0 # ReturnPath.net set RCVD_IN_RP_CERTIFIED 0 set RCVD_IN_RP_RNBL 0 set RCVD_IN_RP_SAFE 0 # SuretyMail / isipp.com set RCVD_IN_IADB_VOUCHED 0 set RCVD_IN_IADB_DK 0 set RCVD_IN_IADB_DOPTIN 0 set RCVD_IN_IADB_DOPTIN_GT50 0 set RCVD_IN_IADB_DOPTIN_LT50 0 set RCVD_IN_IADB_EDDB 0 set RCVD_IN_IADB_EPIA 0 set RCVD_IN_IADB_GOODMAIL 0 set RCVD_IN_IADB_LISTED 0 set RCVD_IN_IADB_LOOSE 0 set RCVD_IN_IADB_MI_CPEAR 0 set RCVD_IN_IADB_MI_CPR_30 0 set RCVD_IN_IADB_MI_CPR_MAT 0 set RCVD_IN_IADB_ML_DOPTIN 0 set RCVD_IN_IADB_NOCONTROL 0 set RCVD_IN_IADB_OOO 0 set RCVD_IN_IADB_OPTIN 0 set RCVD_IN_IADB_OPTIN_GT50 0 set RCVD_IN_IADB_OPTIN_LT50 0 set RCVD_IN_IADB_OPTOUTONLY 0 set RCVD_IN_IADB_RDNS 0 set RCVD_IN_IADB_SENDERID 0 set RCVD_IN_IADB_SPF 0 set RCVD_IN_IADB_UNVERIFIED_1 0 set RCVD_IN_IADB_UNVERIFIED_2 0 set RCVD_IN_IADB_UT_CPEAR 0 set RCVD_IN_IADB_UT_CPR_30 0 set RCVD_IN_IADB_UT_CPR_MAT 0 # SURBL.org set URIBL_SC_SURBL 0 set URIBL_WS_SURBL 0 set URIBL_PH_SURBL 0 set URIBL_OB_SURBL 0 set URIBL_AB_SURBL 0 set URIBL_JP_SURBL 0 # DCC set DCC_CHECK 0 set DCC_REPUT_00_12 0 set DCC_REPUT_70_89 0 set DCC_REPUT_90_94 0 set DCC_REPUT_95_98 0 set DCC_REPUT_99_100 0 -- "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man." - George Bernard Shaw http://www.ChaosReigns.com