From 04ce8f81b90caf4d6144057ff02ca5974de9155d Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Mon, 25 Aug 2008 18:49:13 +0000
Subject: [PATCH] Release 0.8.10

---
 HOWTO      | 8 ++++----
 NEWS       | 4 +++-
 milter.cfg | 1 +
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/HOWTO b/HOWTO
index ff144c2..99091c7 100644
--- a/HOWTO
+++ b/HOWTO
@@ -35,13 +35,13 @@ wish to install pydspam.
 For basic pymilter you'll need:
 
 python-2.4
-milter-0.8.7
+milter-0.8.10
 sendmail-8.13.x	(with milter support enabled)
 
 and for SPF you'll need:
 
-pydns-2.3.0-2.4
-pyspf-2.0.3-2.py24
+pydns-2.3.3-2.4
+pyspf-2.0.5-1.py24
 
 and for SRS you'll need:
 
@@ -65,7 +65,7 @@ Start milter and pysrs with "service milter start", "service pysrs start".
 Tail /var/log/milter/milter.log while SMTP clients connect to your
 sendmail instance.  This should show you what the milter is doing.
 
-By default, milter-0.8.7 rejects on SPF fail.
+By default, milter-0.8.10 rejects on SPF fail.
 
 	Step four.  Tweaking the basic config.
 
diff --git a/NEWS b/NEWS
index c169e39..8f09f9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-Here is a history of user visible changes to Python milter.
+See pymilter.spec for recent history.
+
+Here is a history of older changes to Python milter.
 0.8.8	move AddrCache, parse_addr, iniplist, parse_header to Milter package
 	fix plock for missing source and can't change owner/group
 	add sample spfmilter.py milter
diff --git a/milter.cfg b/milter.cfg
index 1e47979..0c8ead2 100644
--- a/milter.cfg
+++ b/milter.cfg
@@ -1,4 +1,5 @@
 [milter]
+# the directory with log and data files
 datadir = /var/log/milter
 # the socket used to communicate with sendmail.  Must match sendmail.cf
 socket=/var/run/milter/pythonsock
-- 
GitLab