From 9f7d52118a7413e6937857d548c1ae12102a3e81 Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Sun, 17 Jul 2005 01:33:13 +0000
Subject: [PATCH] Release 0.8.2

---
 MANIFEST.in | 1 +
 NEWS        | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index cb56ef0..db0ec94 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,7 @@ include testdspam.py
 include rejects.py
 include bms.py
 include spf.py
+include cid2spf.py
 include spfquery.py
 include test.py
 include sample.py
diff --git a/NEWS b/NEWS
index 75b2f53..354361c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 Here is a history of user visible changes to Python milter.
 
+0.8.2	Strict processing limits per SPF RFC
+	Fixed several parsing bugs under RFC 
+	Support official IANA SPF record (type99)
+	Honeypot support (requires pydspam-1.1.9)
+	Extended SPF processing results beyond strict RFC limits
+	Support original SES for bounce protection (requires pysrs-0.30.10)
+	Callback exception processing option in milter module
 0.8.1	Fix zip in zip loop in mime.py
 	Fix HeaderParseError in bms.py header callback
 	Check internal_domains for outgoing mail
-- 
GitLab