Mercurial > dnsbl
changeset 87:7a432c2b473f
add multiple debug syslog levels, remove duplicate dnsbl definitions
author | carl |
---|---|
date | Tue, 19 Jul 2005 22:55:07 -0700 |
parents | c1280cd3e248 |
children | 7245c45cef7a |
files | ChangeLog dnsbl.spec.in package.bash xml/dnsbl.in |
diffstat | 4 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jul 19 22:47:15 2005 -0700 +++ b/ChangeLog Tue Jul 19 22:55:07 2005 -0700 @@ -1,5 +1,13 @@ $Id$ +5.1 2005-07-20 + Add multiple syslog debug levels. Detect and silently remove + duplicate DNSBL definitions. That allows us to accept mail to + recipients in multiple domains that use the same blacklist and yet + only check that blacklist once. This may happen when your config + file directly includes as child contexts the config files used on + your clients mail servers. + 5.0 2005-07-16 Major changes to the syntax of the config file. Content filtering is no longer a global mail server setting.
--- a/dnsbl.spec.in Tue Jul 19 22:47:15 2005 -0700 +++ b/dnsbl.spec.in Tue Jul 19 22:55:07 2005 -0700 @@ -1,6 +1,6 @@ Summary: DNSBL Sendmail Milter Name: dnsbl -Version: 5.0 +Version: 5.1 Release: 2 Copyright: GPL Group: System Environment/Daemons
--- a/package.bash Tue Jul 19 22:47:15 2005 -0700 +++ b/package.bash Tue Jul 19 22:55:07 2005 -0700 @@ -1,6 +1,6 @@ #!/bin/bash -VER=dnsbl-5.0 +VER=dnsbl-5.1 mkdir $VER target1=/home/httpd/html/510sg/util/dnsbl.tar.gz target2=/home/httpd/html/510sg/dnsbl.conf
--- a/xml/dnsbl.in Tue Jul 19 22:47:15 2005 -0700 +++ b/xml/dnsbl.in Tue Jul 19 22:55:07 2005 -0700 @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> -<title>DNSBL Sendmail milter - Version 5.0</title> +<title>DNSBL Sendmail milter - Version 5.1</title> </head> <center>Introduction</center>