comparison dnsbl.spec.in @ 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 b48ee4bc431b
children 8f3a84de3739
comparison
equal deleted inserted replaced
402:9096d2676c13 403:e70d9110d9f5
1 %define localstatedir /var/lib 1 %define localstatedir /var/lib
2 2
3 Summary: Sendmail milter for spam control 3 Summary: Sendmail milter for spam control
4 Name: @PACKAGE@ 4 Name: @PACKAGE@
5 Version: @VERSION@ 5 Version: @VERSION@
6 Release: 3%{?dist} 6 Release: 1%{?dist}
7 License: GPLv3+ 7 License: GPLv3+
8 Group: System Environment/Daemons 8 Group: System Environment/Daemons
9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 URL: http://www.five-ten-sg.com/%{name}/ 11 URL: http://www.five-ten-sg.com/%{name}/
153 %endif 153 %endif
154 %dir %attr(0750,%{name},root) /var/run/%{name} 154 %dir %attr(0750,%{name},root) /var/run/%{name}
155 155
156 156
157 %changelog 157 %changelog
158 * Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1
159 - suppress duplicate calls to acceptable_content for messages
160 with multiple recipients using the same filtering context.
161
158 * Thu Mar 09 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-3 162 * Thu Mar 09 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-3
159 - handle a and a: elements in spf txt records. 163 - handle a and a: elements in spf txt records.
160 164
161 * Tue Mar 07 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-2 165 * Tue Mar 07 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-2
162 - only ntohl() once during recursive spf txt processing. 166 - only ntohl() once during recursive spf txt processing.