# HG changeset patch # User Carl Byington # Date 1489457585 25200 # Node ID e70d9110d9f51d176189215b5c85ccc53aff770d # Parent 9096d2676c13fc7fec49955dc79fbf3534970b11 suppress duplicate calls to acceptable_content for messages with multiple recipients using the same filtering context diff -r 9096d2676c13 -r e70d9110d9f5 ChangeLog --- 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 diff -r 9096d2676c13 -r e70d9110d9f5 NEWS --- 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 diff -r 9096d2676c13 -r e70d9110d9f5 configure.in --- 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]) diff -r 9096d2676c13 -r e70d9110d9f5 dnsbl.spec.in --- 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 - 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 - 6.52-3 - handle a and a: elements in spf txt records.