Mercurial > dnsbl
diff dnsbl.spec.in @ 59:510a511ad554
Add resolver processes to allow better performance on busy machines
author | carl |
---|---|
date | Mon, 03 Jan 2005 18:35:50 -0800 |
parents | 419e00901570 |
children | 390ed250c5d2 |
line wrap: on
line diff
--- a/dnsbl.spec.in Thu Oct 28 22:54:34 2004 -0700 +++ b/dnsbl.spec.in Mon Jan 03 18:35:50 2005 -0800 @@ -1,6 +1,6 @@ Summary: DNSBL Sendmail Milter Name: dnsbl -Version: 3.7 +Version: 4.0 Release: 2 Copyright: GPL Group: System Environment/Daemons @@ -45,6 +45,7 @@ mkdir -p %{buildroot}/etc/dnsbl install -m 644 dnsbl.conf %{buildroot}/etc/dnsbl/dnsbl.conf +install -m 644 hosts-ignore.conf %{buildroot}/etc/dnsbl/hosts-ignore.conf install -m 644 html-tags.conf %{buildroot}/etc/dnsbl/html-tags.conf install -m 644 tld.conf %{buildroot}/etc/dnsbl/tld.conf install -m 644 sample.conf %{buildroot}/etc/dnsbl/sample.conf @@ -105,6 +106,10 @@ %dir %attr(0750,dnsbl,root) /var/run/dnsbl %changelog +* Tue Jan 03 2005 Carl Byington 1.4 +- added hosts-ignore conf file +- see RELEASE_NOTES + * Thu Jul 15 2004 John Gunkel <antispam@boing.ca> 1.3 - patch to rc file no longer needed - see RELEASE_NOTES