diff --git a/NEWS b/NEWS
index 354361cc0593261f7b5ad7b6a6036ed8f230784a..b201aa6451649fe85e839dafa335bacb03d4ca92 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Here is a history of user visible changes to Python milter.
 	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
+	Handle corrupt ZIP attachments
 0.8.1	Fix zip in zip loop in mime.py
 	Fix HeaderParseError in bms.py header callback
 	Check internal_domains for outgoing mail
diff --git a/milter.spec b/milter.spec
index 161261b03569f6d80a943f196fdee4feb251f550..11b1db7e6bd24e36d313d65f2f5da6b3ce85ae1a 100644
--- a/milter.spec
+++ b/milter.spec
@@ -174,6 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 - Extended SPF processing results beyond strict RFC limits
 - Support original SES for local bounce protection (requires pysrs-0.30.10)
 - Callback exception processing option in milter module
+- Handle corrupt ZIP attachments
 * Thu Jun 16 2005 Stuart Gathman <stuart@bmsi.com> 0.8.1-1
 - Fix zip in zip loop in mime.py
 - Fix HeaderParseError in bms.py header callback