comparison dnsbl.spec.in @ 423:c9b7b6dd1206 stable-6-0-59

use both envelope from and header from for spf checks when envelope from is a subdomain of the header from domain
author Carl Byington <carl@five-ten-sg.com>
date Wed, 26 Jul 2017 08:52:31 -0700
parents 22027ad2a28f
children 1b7a785610f5
comparison
equal deleted inserted replaced
422:9f47c3ad6443 423:c9b7b6dd1206
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 * Wed Jul 26 2017 Carl Byington <carl@five-ten-sg.com> - 6.59-1
159 - use both envelope from and header from for spf checks when envelope
160 from is a subdomain of the header from domain.
161
158 * Fri May 19 2017 Carl Byington <carl@five-ten-sg.com> - 6.58-1 162 * Fri May 19 2017 Carl Byington <carl@five-ten-sg.com> - 6.58-1
159 - spf code now handles %{d} and %{h} macros. 163 - spf code now handles %{d} and %{h} macros.
160 - use envelope from value for spf if it is a subdomain of the header 164 - use envelope from value for spf if it is a subdomain of the header
161 from domain. 165 from domain.
162 166