Comment 21 for bug 278075

Revision history for this message
Andreas Wenning (andreas-wenning) wrote :

I can't really see any way to provoke the DSBL-test to give any hit (which can then be removed by upgrading) as "all the nameservers for list.dsbl.org are serving an empty zone" (from: http://www.dsbl.org/).

The only thing I can confirm is that the configuration for DSBL is gone. The test for intrepid is as follows.

Version 3.2.5-1ubuntu1:
~$ dpkg -L spamassassin | xargs grep DSBL
/usr/share/spamassassin/20_dnsbl_tests.cf:# DSBL catches open relays, badly-installed CGI scripts and open SOCKS and
/usr/share/spamassassin/20_dnsbl_tests.cf:header RCVD_IN_DSBL eval:check_rbl_txt('dsbl-lastexternal', 'list.dsbl.org.', '(?i:dsbl)')
/usr/share/spamassassin/20_dnsbl_tests.cf:describe RCVD_IN_DSBL Received via a relay in list.dsbl.org
/usr/share/spamassassin/20_dnsbl_tests.cf:tflags RCVD_IN_DSBL net
/usr/share/spamassassin/20_dnsbl_tests.cf:#reuse RCVD_IN_DSBL
/usr/share/spamassassin/30_text_de.cf:lang de describe RCVD_IN_DSBL Transportiert via Rechner in Liste von list.dsbl.org
/usr/share/spamassassin/30_text_fr.cf:lang fr describe RCVD_IN_DSBL Relais list� dans list.dsbl.org, voir http://dsbl.org
/usr/share/spamassassin/30_text_nl.cf:lang nl describe RCVD_IN_DSBL Ontvangen via een relay die gevonden is in list.dsbl.org
/usr/share/spamassassin/30_text_pl.cf:lang pl describe RCVD_IN_DSBL Otrzymano przez relay listowany w list.dsbl.org
/usr/share/spamassassin/50_scores.cf:score RCVD_IN_DSBL 0 0.753 0 0.961 # n=0 n=2
/usr/share/perl5/Mail/SpamAssassin/Util/DependencyInfo.pm: desc => 'Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),

Version 3.2.5-1ubuntu1.1:
~$ dpkg -L spamassassin | xargs grep DSBL
/usr/share/perl5/Mail/SpamAssassin/Util/DependencyInfo.pm: desc => 'Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),

Is this sufficient confirmation? If it is, I'll test the versions for dapper/gutsy/hardy as well; if not please enlighten me of a better way to test it.