Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: pu
The ruleset bundled with the spamassassin packages in stable contains a reference to a DNS blacklist that is no longer in operation and is answering "yes" to all queries. This has the effect of elevating a message's spam score and increasing the risk of false positives. Debdiff for the removal of this blacklist is attached, and I'd like to upload this change to stable in 3.3.2-5+deb7u3 See background in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774768 and jessie unblock request in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776732 Thanks noah -- System Information: Debian Release: 7.8 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru spamassassin-3.3.2/debian/changelog spamassassin-3.3.2/debian/changelog --- spamassassin-3.3.2/debian/changelog 2014-11-29 22:57:14.000000000 -0800 +++ spamassassin-3.3.2/debian/changelog 2015-01-31 13:32:48.000000000 -0800 @@ -1,3 +1,10 @@ +spamassassin (3.3.2-5+deb7u3) stable; urgency=medium + + * Remove references to ahbl.org DNSBL, which has ceased operation. + (Closes: #774768) + + -- Noah Meyerhans <no...@debian.org> Sat, 31 Jan 2015 13:32:21 -0800 + spamassassin (3.3.2-5+deb7u2) stable; urgency=medium * Export perl_version to rules. (Closes: 771408) diff -Nru spamassassin-3.3.2/debian/patches/bug_774768_disable_ahbl spamassassin-3.3.2/debian/patches/bug_774768_disable_ahbl --- spamassassin-3.3.2/debian/patches/bug_774768_disable_ahbl 1969-12-31 16:00:00.000000000 -0800 +++ spamassassin-3.3.2/debian/patches/bug_774768_disable_ahbl 2015-01-31 13:31:34.000000000 -0800 @@ -0,0 +1,41 @@ +Index: spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf +=================================================================== +--- spamassassin-3.3.2.orig/pkgrules/20_dnsbl_tests.cf ++++ spamassassin-3.3.2/pkgrules/20_dnsbl_tests.cf +@@ -129,12 +129,6 @@ reuse RCVD_IN_PBL RCVD_IN_ + # --------------------------------------------------------------------------- + # Now, single zone BLs follow: + +-# another domain-based blacklist +-header DNS_FROM_AHBL_RHSBL eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.') +-describe DNS_FROM_AHBL_RHSBL Envelope sender listed in dnsbl.ahbl.org +-tflags DNS_FROM_AHBL_RHSBL net +-reuse DNS_FROM_AHBL_RHSBL +- + # --------------------------------------------------------------------------- + # NOTE: donation tests, see README file for details + +Index: spamassassin-3.3.2/pkgrules/30_text_de.cf +=================================================================== +--- spamassassin-3.3.2.orig/pkgrules/30_text_de.cf ++++ spamassassin-3.3.2/pkgrules/30_text_de.cf +@@ -88,7 +88,6 @@ lang de describe RCVD_IN_SORBS_ZOMBIE SO + lang de describe RCVD_IN_SORBS_DUL SORBS: Senderechner nur temporär mit Internet verbunden + lang de describe RCVD_IN_SBL Transportiert via Rechner in SBL-Liste (http://www.spamhaus.org/sbl/) + lang de describe RCVD_IN_XBL Transportiert via Rechner in XBL-Liste (http://www.spamhaus.org/xbl/) +-lang de describe DNS_FROM_AHBL_RHSBL Absenderadresse in Liste von dnsbl.ahbl.org + lang de describe RCVD_IN_BL_SPAMCOP_NET Transportiert via Rechner in Liste von www.spamcop.net + lang de describe RCVD_IN_MAPS_RBL Transportiert via Rechner in Liste von http://www.mail-abuse.org/rbl/ + lang de describe RCVD_IN_MAPS_DUL Transportiert via Rechner in Liste von http://www.mail-abuse.org/dul/ +Index: spamassassin-3.3.2/pkgrules/50_scores.cf +=================================================================== +--- spamassassin-3.3.2.orig/pkgrules/50_scores.cf ++++ spamassassin-3.3.2/pkgrules/50_scores.cf +@@ -756,7 +756,6 @@ score RCVD_IN_SORBS_WEB 0 0.614 0 0.770 + score RCVD_IN_SORBS_ZOMBIE 0 # n=0 n=1 n=2 n=3 + score RCVD_IN_XBL 0 0.724 0 0.375 # n=0 n=2 + score RCVD_IN_PBL 0 3.558 0 3.335 # n=0 n=2 +-score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 # n=0 n=2 + score NO_DNS_FOR_FROM 0 0.379 0 0.001 # n=0 n=2 + # </gen:mutable> + diff -Nru spamassassin-3.3.2/debian/patches/series spamassassin-3.3.2/debian/patches/series --- spamassassin-3.3.2/debian/patches/series 2014-11-29 22:57:14.000000000 -0800 +++ spamassassin-3.3.2/debian/patches/series 2015-01-31 13:30:45.000000000 -0800 @@ -11,3 +11,4 @@ 95_bug694504-spamdforkscaling-crash 96_disable_njabl bug_771408_perl_version +bug_774768_disable_ahbl