Mercurial > dnsbl
comparison dnsbl.spec.in @ 407:29d54e7028f6 stable-6-0-54
document dmarc vs dnsbl dkim/spf; switch to . rather than " " for dkim impossible signer
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 30 Mar 2017 10:26:30 -0700 |
parents | 8f3a84de3739 |
children | e018ed19a1cc |
comparison
equal
deleted
inserted
replaced
406:ca4ef407588e | 407:29d54e7028f6 |
---|---|
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: 2%{?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 * Thu Mar 30 2017 Carl Byington <carl@five-ten-sg.com> - 6.54-1 | |
159 - document dmarc vs dnsbl dkim/spf; switch to . rather than | |
160 " " for dkim impossible signer. | |
161 | |
158 * Fri Mar 17 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-2 | 162 * Fri Mar 17 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-2 |
159 - handle redirect= elements in spf txt records. | 163 - handle redirect= elements in spf txt records. |
160 | 164 |
161 * Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1 | 165 * Mon Mar 13 2017 Carl Byington <carl@five-ten-sg.com> - 6.53-1 |
162 - suppress duplicate calls to acceptable_content for messages | 166 - suppress duplicate calls to acceptable_content for messages |