From 9a969e8f6000973186cf0ef61758d70c9405cbc3 Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Tue, 14 Jun 2005 22:02:46 +0000
Subject: [PATCH] Release 0.8.0

---
 NEWS        | 1 +
 milter.spec | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index 409e3a7..2e2693a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Here is a history of user visible changes to Python milter.
 	Fix SPF unknown mechanism list not cleared
 	Make banned extensions configurable.
 	Option to scan zipfiles for bad extensions.
+	Properly log pydspam exceptions
 0.7.3	Experimental release with python2.4 support
 0.7.2	Return unknown for invalid ip address in mechanism
 	Recognize dynamic PTR names, and don't count them as authentication.
diff --git a/milter.spec b/milter.spec
index afdcc53..d71f721 100644
--- a/milter.spec
+++ b/milter.spec
@@ -166,6 +166,8 @@ rm -rf $RPM_BUILD_ROOT
 /usr/share/sendmail-cf/hack/rhsbl.m4
 
 %changelog
+* Mon Jun 06 2005 Stuart Gathman <stuart@bmsi.com> 0.8.0-3
+- properly log pydspam exceptions
 * Sat Jun 04 2005 Stuart Gathman <stuart@bmsi.com> 0.8.0-2
 - Include default softfail, strike3 templates
 * Wed May 25 2005 Stuart Gathman <stuart@bmsi.com> 0.8.0-1
-- 
GitLab