Mercurial > dnsbl
comparison dnsbl.spec.in @ 421:22027ad2a28f stable-6-0-58
spf code now handles %{d} and %{h} macros; use envelope from value for spf if it is a subdomain of the header from domain
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 19 May 2017 13:44:13 -0700 |
parents | d5a1ed33d3ae |
children | c9b7b6dd1206 |
comparison
equal
deleted
inserted
replaced
420:4901cdbc1fca | 421:22027ad2a28f |
---|---|
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 May 19 2017 Carl Byington <carl@five-ten-sg.com> - 6.58-1 | |
159 - spf code now handles %{d} and %{h} macros. | |
160 - use envelope from value for spf if it is a subdomain of the header | |
161 from domain. | |
162 | |
158 * Tue Apr 25 2017 Carl Byington <carl@five-ten-sg.com> - 6.57-1 | 163 * Tue Apr 25 2017 Carl Byington <carl@five-ten-sg.com> - 6.57-1 |
159 - spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro | 164 - spf code now handles mx,exists,ptr tags, multiple A records, %{i} macro |
160 | 165 |
161 * Wed Apr 19 2017 Carl Byington <carl@five-ten-sg.com> - 6.56-1 | 166 * Wed Apr 19 2017 Carl Byington <carl@five-ten-sg.com> - 6.56-1 |
162 - refactor spf code | 167 - refactor spf code |