# HG changeset patch # User carl # Date 1154471293 25200 # Node ID b8ce1b31237d0e41c2edf4f30aa69da8d3d8b508 # Parent ae9daf43d8eb0b19449c21442ff14016306dd737 uribl lookups fully qualified; allow two component host names diff -r ae9daf43d8eb -r b8ce1b31237d ChangeLog --- a/ChangeLog Tue Aug 01 10:58:01 2006 -0700 +++ b/ChangeLog Tue Aug 01 15:28:13 2006 -0700 @@ -4,6 +4,7 @@ Bug fix - add trailing dot to uribl dns lookups to make them fully qualified. Check host names with only two components, since spammers are now using bare http://domain.tld references. + Spec file now creates an rpm that properly creates the dnsbl user. 5.18 2006-04-27 Bug fix - newer sendmail versions don't guarantee envelope addresses diff -r ae9daf43d8eb -r b8ce1b31237d NEWS --- a/NEWS Tue Aug 01 10:58:01 2006 -0700 +++ b/NEWS Tue Aug 01 15:28:13 2006 -0700 @@ -1,6 +1,6 @@ $Id$ -5.19 2006-08-01 uribl dnsl lookups fully qualified; allow two component host names +5.19 2006-08-01 uribl dnsl lookups fully qualified; allow two component host names; rpm properly creates user 5.18 2006-04-27 sendmail no longer guarantees <> wrapper on envelopes, don't ask uribls about rfc1918 space either 5.17 2006-03-25 never ask dns blacklists about rfc1918 address space 5.16 2006-03-16 bug fix, smtp error message for uribl filtering needs host name, not ip address diff -r ae9daf43d8eb -r b8ce1b31237d dnsbl.spec.in --- a/dnsbl.spec.in Tue Aug 01 10:58:01 2006 -0700 +++ b/dnsbl.spec.in Tue Aug 01 15:28:13 2006 -0700 @@ -67,8 +67,7 @@ %pre -/usr/bin/getent passwd @PACKAGE@ >/dev/null || - useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ +/usr/bin/getent passwd @PACKAGE@ >/dev/null || useradd -r -d %{_sysconfdir}/@PACKAGE@ -M -c "@PACKAGE@ pseudo-user" -s /sbin/nologin @PACKAGE@ %post