diff --git a/MANIFEST.in b/MANIFEST.in index cb56ef00960ba0492a58bb7bcf7cbeca6b1b0aa8..db0ec94f5606230016e780d89ab65c11c99762f7 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 75b2f539952a209b4862ec377ebc717a8bfaafe9..354361cc0593261f7b5ad7b6a6036ed8f230784a 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