You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2018/12/12 17:20:08 UTC

svn commit: r1848780 - /spamassassin/trunk/rules/20_dnsbl_tests.cf

Author: kmcgrail
Date: Wed Dec 12 17:20:07 2018
New Revision: 1848780

URL: http://svn.apache.org/viewvc?rev=1848780&view=rev
Log:
Disabling some no longer supported Spamhaus rules

Modified:
    spamassassin/trunk/rules/20_dnsbl_tests.cf

Modified: spamassassin/trunk/rules/20_dnsbl_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/20_dnsbl_tests.cf?rev=1848780&r1=1848779&r2=1848780&view=diff
==============================================================================
--- spamassassin/trunk/rules/20_dnsbl_tests.cf (original)
+++ spamassassin/trunk/rules/20_dnsbl_tests.cf Wed Dec 12 17:20:07 2018
@@ -210,21 +210,21 @@ reuse RCVD_IN_RP_RNBL
 
 endif
 
-
-ifplugin Mail::SpamAssassin::Plugin::AskDNS
-
-askdns   DKIMDOMAIN_IN_DWL  _DKIMDOMAIN_._vouch.dwl.spamhaus.org TXT /^([a-z]+ )*(transaction|list|all)( [a-z]+)*$/
-tflags   DKIMDOMAIN_IN_DWL  net nice
-describe DKIMDOMAIN_IN_DWL  Signing domain listed in Spamhaus DWL
-reuse    DKIMDOMAIN_IN_DWL
-
-askdns   __DKIMDOMAIN_IN_DWL_ANY  _DKIMDOMAIN_._vouch.dwl.spamhaus.org TXT
-tflags   __DKIMDOMAIN_IN_DWL_ANY  net nice
-describe __DKIMDOMAIN_IN_DWL_ANY  Any TXT response received from a Spamhaus DWL
-reuse    __DKIMDOMAIN_IN_DWL_ANY
-
-meta     DKIMDOMAIN_IN_DWL_UNKNOWN  __DKIMDOMAIN_IN_DWL_ANY && !DKIMDOMAIN_IN_DWL
-tflags   DKIMDOMAIN_IN_DWL_UNKNOWN  net nice
-describe DKIMDOMAIN_IN_DWL_UNKNOWN  Unrecognized response from Spamhaus DWL
-
-endif
+#These are old and useless - The zones are no longer supported by SpamHaus 2018-12-12
+#ifplugin Mail::SpamAssassin::Plugin::AskDNS
+#
+#askdns   DKIMDOMAIN_IN_DWL  _DKIMDOMAIN_._vouch.dwl.spamhaus.org TXT /^([a-z]+ )*(transaction|list|all)( [a-z]+)*$/
+#tflags   DKIMDOMAIN_IN_DWL  net nice
+#describe DKIMDOMAIN_IN_DWL  Signing domain listed in Spamhaus DWL
+#reuse    DKIMDOMAIN_IN_DWL
+#
+#askdns   __DKIMDOMAIN_IN_DWL_ANY  _DKIMDOMAIN_._vouch.dwl.spamhaus.org TXT
+#tflags   __DKIMDOMAIN_IN_DWL_ANY  net nice
+#describe __DKIMDOMAIN_IN_DWL_ANY  Any TXT response received from a Spamhaus DWL
+#reuse    __DKIMDOMAIN_IN_DWL_ANY
+#
+#meta     DKIMDOMAIN_IN_DWL_UNKNOWN  __DKIMDOMAIN_IN_DWL_ANY && !DKIMDOMAIN_IN_DWL
+#tflags   DKIMDOMAIN_IN_DWL_UNKNOWN  net nice
+#describe DKIMDOMAIN_IN_DWL_UNKNOWN  Unrecognized response from Spamhaus DWL
+#
+#endif