Mercurial > dnsbl
changeset 403:e70d9110d9f5 stable-6-0-53
suppress duplicate calls to acceptable_content for messages with multiple recipients using the same filtering context
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Mar 2017 19:13:05 -0700 |
parents | 9096d2676c13 |
children | 1ac5e2e0e963 |
files | ChangeLog NEWS configure.in dnsbl.spec.in |
diffstat | 4 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Mar 13 19:09:59 2017 -0700 +++ b/ChangeLog Mon Mar 13 19:13:05 2017 -0700 @@ -1,3 +1,8 @@ +6.53 2017-03-13 + suppress duplicate calls to acceptable_content for + messages with multiple recipients using the same filtering + context + 6.52 2017-03-09 document dkim/spf processing, handle a and a: elements
--- a/NEWS Mon Mar 13 19:09:59 2017 -0700 +++ b/NEWS Mon Mar 13 19:13:05 2017 -0700 @@ -1,3 +1,4 @@ +6.53 2017-03-13 suppress duplicate calls to acceptable_content() 6.52 2017-03-09 document dkim/spf processing, handle a and a: elements 6.51 2017-03-06 parse spf txt records for required dkim signers 6.50 2017-02-22 reject if dkim signer is listed on surbl
--- a/configure.in Mon Mar 13 19:09:59 2017 -0700 +++ b/configure.in Mon Mar 13 19:13:05 2017 -0700 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT(dnsbl,6.52,carl@five-ten-sg.com) +AC_INIT(dnsbl,6.53,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4])
--- a/dnsbl.spec.in Mon Mar 13 19:09:59 2017 -0700 +++ b/dnsbl.spec.in Mon Mar 13 19:13:05 2017 -0700 @@ -3,7 +3,7 @@ Summary: Sendmail milter for spam control Name: @PACKAGE@ Version: @VERSION@ -Release: 3%{?dist} +Release: 1%{?dist} License: GPLv3+ Group: System Environment/Daemons Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -155,6 +155,10 @@ %changelog +* Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1 +- suppress duplicate calls to acceptable_content for messages + with multiple recipients using the same filtering context. + * Thu Mar 09 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-3 - handle a and a: elements in spf txt records.