comparison dnsbl.spec.in @ 216:784030ac71f1

Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 27 Dec 2008 22:40:12 -0800
parents 82886d4dd71f
children 21037aa3aae5
comparison
equal deleted inserted replaced
215:faac35ae3ccc 216:784030ac71f1
93 /etc/rc.d/init.d/%{name} 93 /etc/rc.d/init.d/%{name}
94 %dir %attr(0750,%{name},root) /var/run/%{name} 94 %dir %attr(0750,%{name},root) /var/run/%{name}
95 95
96 96
97 %changelog 97 %changelog
98 * Sat Dec 27 2008 Carl Byington <carl@five-ten-sg.com> - 6.20-1
99 - Never whitelist self addressed mail.
100 - Fixes to compile on Fedora 10 and for const correctness.
101
98 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 6.19-1 102 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 6.19-1
99 - Fixes to compile on Fedora 9 and for const correctness 103 - Fixes to compile on Fedora 9 and for const correctness.
100 104
101 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 6.18-1 105 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 6.18-1
102 - Extend auto-whitelisting when receiving mail even if the auto 106 - Extend auto-whitelisting when receiving mail even if the auto
103 whitelist is specified in a parent context. 107 whitelist is specified in a parent context.
104 108