Your message dated Sat, 05 Sep 2015 14:33:54 +0100
with message-id <[email protected]>
and subject line Closing bugs for 7.9
has caused the Debian Bug report #776734,
regarding pu: package spamassassin/3.3.2-5+deb7u3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
776734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Version: 7.9
Hi,
These bugs relate to updates which were included in the 7.9 point
release.
Regards,
Adam
--- End Message ---