# HG changeset patch # User carl # Date 1142268354 28800 # Node ID e8971c595845dce26063e220b0e90eef0549f21c # Parent e2506138561b18903be08216aacb28f02d2083f5 fix typo in multi.surbl.org name diff -r e2506138561b -r e8971c595845 ChangeLog --- a/ChangeLog Sun Mar 12 13:43:23 2006 -0800 +++ b/ChangeLog Mon Mar 13 08:45:54 2006 -0800 @@ -1,5 +1,9 @@ $Id$ +5.14 2006-03-13 + fix typo in the default config file and documentation for using + multi.surbl.org + 5.13 2006-03-12 patch from Jeff Evans add SURBL/URIBL lookups, remove trailing dots from hostnames, diff -r e2506138561b -r e8971c595845 NEWS --- a/NEWS Sun Mar 12 13:43:23 2006 -0800 +++ b/NEWS Mon Mar 13 08:45:54 2006 -0800 @@ -1,5 +1,6 @@ $Id$ +5.14 2006-03-13 fix typo in default config and documentation for using multi.surbl.org 5.13 2006-03-12 patch from Jeff Evans to add SURBL/URIBL lookups 5.12 2006-01-08 use larger resolver buffer to accomodate spammers with many name servers 5.11 2005-12-20 switch to autoconf/automake/docbook diff -r e2506138561b -r e8971c595845 configure.in --- a/configure.in Sun Mar 12 13:43:23 2006 -0800 +++ b/configure.in Mon Mar 13 08:45:54 2006 -0800 @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dnsbl,5.13) +AM_INIT_AUTOMAKE(dnsbl,5.14) AC_PATH_PROGS(BASH, bash) AC_LANG_CPLUSPLUS diff -r e2506138561b -r e8971c595845 dnsbl.conf --- a/dnsbl.conf Sun Mar 12 13:43:23 2006 -0800 +++ b/dnsbl.conf Mon Mar 13 08:45:54 2006 -0800 @@ -7,7 +7,7 @@ content on { filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; - uribl multi-surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; + uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; #uribl black.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; ignore { include "hosts-ignore.conf"; }; tld { include "tld.conf"; }; diff -r e2506138561b -r e8971c595845 xml/dnsbl.in --- a/xml/dnsbl.in Sun Mar 12 13:43:23 2006 -0800 +++ b/xml/dnsbl.in Mon Mar 13 08:45:54 2006 -0800 @@ -567,7 +567,7 @@ content on { filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; - uribl multi-surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; + uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; #uribl black.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; ignore { include "hosts-ignore.conf"; }; tld { include "tld.conf"; };