changeset 122:e8971c595845 stable-5-14

fix typo in multi.surbl.org name
author carl
date Mon, 13 Mar 2006 08:45:54 -0800
parents e2506138561b
children ecd97e7eb1f0
files ChangeLog NEWS configure.in dnsbl.conf xml/dnsbl.in
diffstat 5 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <jeffe@tricab.com>
         add SURBL/URIBL lookups, remove trailing dots from hostnames,
--- 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 <jeffe@tricab.com> 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
--- 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
--- 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"; };
--- 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"; };