Release 0.8.2

This commit is contained in:
Stuart Gathman
2005-07-17 01:33:13 +00:00
parent 95b24f7663
commit 9f7d52118a
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ include testdspam.py
include rejects.py include rejects.py
include bms.py include bms.py
include spf.py include spf.py
include cid2spf.py
include spfquery.py include spfquery.py
include test.py include test.py
include sample.py include sample.py
+7
View File
@@ -1,5 +1,12 @@
Here is a history of user visible changes to Python milter. 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 0.8.1 Fix zip in zip loop in mime.py
Fix HeaderParseError in bms.py header callback Fix HeaderParseError in bms.py header callback
Check internal_domains for outgoing mail Check internal_domains for outgoing mail