changeset 133:b8ce1b31237d stable-5-19

uribl lookups fully qualified; allow two component host names
author carl
date Tue, 01 Aug 2006 15:28:13 -0700
parents ae9daf43d8eb
children f9917ce924a3
files ChangeLog NEWS dnsbl.spec.in
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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