comparison dnsbl.spec.in @ 467:f5b394bec28c

allow checking names without A records on uribl lists; improve extraction of fake TLDs from our RPZ zone
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Dec 2020 10:25:37 -0800
parents 79e944269c0b
children 0370916c7626
comparison
equal deleted inserted replaced
466:8ad675a5d448 467:f5b394bec28c
149 %endif 149 %endif
150 %dir %attr(0750,%{name},root) /var/run/%{name} 150 %dir %attr(0750,%{name},root) /var/run/%{name}
151 151
152 152
153 %changelog 153 %changelog
154 * Tue Dec 16 2020 Carl Byington <carl@five-ten-sg.com> - 6.77-1
155 - allow checking names without A records on uribl lists.
156 - improve extraction of fake TLDs from our RPZ zone so
157 that names under those TLDs may be added to uribl lists
158 via RPZ.
159 - snprintf changes for GCC stricter checking on Fedora.
160 - case insensitive comparisons for SPF tokens in TXT records.
161
154 * Thu Apr 25 2019 Carl Byington <carl@five-ten-sg.com> - 6.76-1 162 * Thu Apr 25 2019 Carl Byington <carl@five-ten-sg.com> - 6.76-1
155 - SA needs original rfc5321 envelope from to do proper spf 163 - SA needs original rfc5321 envelope from to do proper spf
156 checking. 164 checking.
157 - remove some debug code 165 - remove some debug code
158 166