Mercurial > dnsbl
changeset 88:7245c45cef7a
fix for missing default return value in CONTEXT::acceptable_content()
author | carl |
---|---|
date | Mon, 01 Aug 2005 19:32:03 -0700 |
parents | 7a432c2b473f |
children | 946fc1bcfb2c |
files | ChangeLog dnsbl.spec.in package.bash src/context.cpp xml/dnsbl.in |
diffstat | 5 files changed, 1390 insertions(+), 1385 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jul 19 22:55:07 2005 -0700 +++ b/ChangeLog Mon Aug 01 19:32:03 2005 -0700 @@ -1,5 +1,9 @@ $Id$ +5.2 2005-08-02 + Patch from Stephen Johnson <stephen.johnson@arkansas.gov> fixing the + lack of a default return value in CONTEXT::acceptable_content(). + 5.1 2005-07-20 Add multiple syslog debug levels. Detect and silently remove duplicate DNSBL definitions. That allows us to accept mail to
--- a/dnsbl.spec.in Tue Jul 19 22:55:07 2005 -0700 +++ b/dnsbl.spec.in Mon Aug 01 19:32:03 2005 -0700 @@ -1,6 +1,6 @@ Summary: DNSBL Sendmail Milter Name: dnsbl -Version: 5.1 +Version: 5.2 Release: 2 Copyright: GPL Group: System Environment/Daemons
--- a/package.bash Tue Jul 19 22:55:07 2005 -0700 +++ b/package.bash Mon Aug 01 19:32:03 2005 -0700 @@ -1,6 +1,6 @@ #!/bin/bash -VER=dnsbl-5.1 +VER=dnsbl-5.2 mkdir $VER target1=/home/httpd/html/510sg/util/dnsbl.tar.gz target2=/home/httpd/html/510sg/dnsbl.conf
--- a/src/context.cpp Tue Jul 19 22:55:07 2005 -0700 +++ b/src/context.cpp Mon Aug 01 19:32:03 2005 -0700 @@ -306,6 +306,7 @@ msg = host_limit_message; return false; } + return true; }
--- a/xml/dnsbl.in Tue Jul 19 22:55:07 2005 -0700 +++ b/xml/dnsbl.in Mon Aug 01 19:32:03 2005 -0700 @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> -<title>DNSBL Sendmail milter - Version 5.1</title> +<title>DNSBL Sendmail milter - Version 5.2</title> </head> <center>Introduction</center>