How do I verify a download?
--- 1.2.0 2019-08-03 + Added ability to include DMARC policy in DMARC results * Updated references for new RFCs, ARC no longer experimental * Converted http references to https (thanks DKG)
--- 1.1.1 2018-10-30 + Added ARC specific tags for draft-ietf-dmarc-arc-protocol-18 (as of IETF last call, still experimental), smtp.remote-ip and header.oldest-pass
+ Changed from distutils to setuptools because it's the future + Implement RFC 7601 SHOULD to ignore unknown method identifiers (2.7.6): + Discard unknown ptypes and associated properties + Added tests to document errors raised by different kinds of broken header fields
--- 1.0.2 2018-02-16 + Added DKIM 'a' property so signature algorithm can be reported as proposed for inclusion in draft-ietf-dmarc-rfc7601bis (experimental) + Added match_signature_algorithm to the DKIMAuthenticationResult class to make it easier to find the correct DKIM result based on both domain and algorithm + Added DKIM 's' property so signature algorithm can be reported as proposed for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
Extended experimental support for ARC results
+ Added initial experimental support for ARC results + Swith to sematic versioning scheme and only set version in setup.py and __init__
+ Add support for RFC 7601 use of SMTP auth with the mailfrom property * Updated README and docstring reference to refer to RFC 7601
--- 0.800 (2015-03009 22:40 -0400)) + Add support for RFC 7293, The Require-Recipient-Valid-Since Header Field and SMTP Service Extension, header field types
--- 0.702 (2015-01-25 19:01 -0500) * Adjust examples and add discussion in the README about reporting SPF HELO and Mail From results correctly
--- 0.701 (2014-06-25 06:25 -0400) * Remove unintended artifacts from tarball