On Thu, Feb 26, 2015 at 03:34:39PM +0800, Paul Wise wrote: > > spamassassin (3.3.2-5+deb7u3) stable; urgency=medium > > . > > * Remove references to ahbl.org DNSBL, which has ceased operation. > > (Closes: #774768) > > This doesn't appear to have fixed the issue. On packages.debian.org we > upgraded to 3.3.2-5+deb7u3 on the 2015-02-22 but the logs show that the > AHBL rules were still being triggered after that. Today I restarted > spamassassin and the AHBL rules were still being triggered. It was only > after enabling rule updates and running the update cron job that the > AHBL rules were no longer being triggered. Please investigate.
I cannot reproduce this. Is it possible that sa-update had previously
been run on the affected host, but wasn't running on an ongoing basis?
You'd have been running with a stale set of updates if that was the
case, and these old updates would override the packaged rules.
Here's some test output from a pbuilder environment:
Pre-update (deb7u2):
cygnus-x1# dpkg -s spamassassin | grep Version
Version: 3.3.2-5+deb7u2
cygnus-x1# grep AHBL /usr/share/spamassassin/*
/usr/share/spamassassin/20_dnsbl_tests.cf:header DNS_FROM_AHBL_RHSBL
eval:check_rbl_envfrom('ahbl', 'rhsbl.ahbl.org.')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe DNS_FROM_AHBL_RHSBL
Envelope sender listed in dnsbl.ahbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags DNS_FROM_AHBL_RHSBL net
/usr/share/spamassassin/20_dnsbl_tests.cf:reuse DNS_FROM_AHBL_RHSBL
/usr/share/spamassassin/30_text_de.cf:lang de describe DNS_FROM_AHBL_RHSBL
Absenderadresse in Liste von dnsbl.ahbl.org
/usr/share/spamassassin/50_scores.cf:score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699
# n=0 n=2
cygnus-x1# /usr/bin/spamassassin < <(zcat
/usr/share/doc/spamassassin/examples/sample-nonspam.txt.gz) | grep -A1
X-Spam-Status
X-Spam-Status: No, score=2.4 required=5.0 tests=DNS_FROM_AHBL_RHSBL,
T_RP_MATCHES_RCVD autolearn=no version=3.3.2
Updated to deb7u3:
cygnus-x1# wget
http://http.us.debian.org/debian/pool/main/s/spamassassin/spamassassin_3.3.2-5+deb7u3_all.deb
...
2015-02-26 21:11:16 (920 KB/s) - `spamassassin_3.3.2-5+deb7u3_all.deb' saved
[1270542/1270542]
cygnus-x1# dpkg -i spamassassin_3.3.2-5+deb7u3_all.deb
...
cygnus-x1# dpkg -s spamassassin | grep Version
Version: 3.3.2-5+deb7u3
cygnus-x1# grep AHBL /usr/share/spamassassin/*
cygnus-x1# /usr/bin/spamassassin < <(zcat
/usr/share/doc/spamassassin/examples/sample-nonspam.txt.gz) | grep -A1
X-Spam-Status
X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD
autolearn=unavailable version=3.3.2
signature.asc
Description: Digital signature

