Mercurial > dnsbl
comparison dnsbl.spec.in @ 405:8f3a84de3739 stable-6-0-53-2
handle redirect= elements in spf txt records
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 17 Mar 2017 13:50:38 -0700 |
parents | e70d9110d9f5 |
children | 29d54e7028f6 |
comparison
equal
deleted
inserted
replaced
404:1ac5e2e0e963 | 405:8f3a84de3739 |
---|---|
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: 1%{?dist} | 6 Release: 2%{?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 * Fri Mar 17 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-2 | |
159 - handle redirect= elements in spf txt records. | |
160 | |
158 * Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1 | 161 * Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1 |
159 - suppress duplicate calls to acceptable_content for messages | 162 - suppress duplicate calls to acceptable_content for messages |
160 with multiple recipients using the same filtering context. | 163 with multiple recipients using the same filtering context. |
161 | 164 |
162 * Thu Mar 09 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-3 | 165 * Thu Mar 09 2017 Carl Byington <carl@five-ten-sg.com> - 6.52-3 |