summaryrefslogtreecommitdiff
path: root/mail/py-authres
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02py-authres: updated to 1.2.0adam2-7/+7
1.2.0: + Added ability to include DMARC policy in DMARC results * Updated references for new RFCs, ARC no longer experimental * Converted http references to https
2018-12-02py-authres: updated to 1.1.1adam2-7/+7
1.1.1: + 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
2018-03-15py-authres: updated to 1.1.0adam3-10/+14
1.1.0: + 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
2018-02-22py-authres: updated to 1.0.2adam2-7/+7
1.0.2: + 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)
2017-10-11py-authres: update to 1.0.1adam3-11/+15
1.0.1: + Extended experimental support for ARC results 1.0.0: + Added initial experimental support for ARC results + Swith to sematic versioning scheme and only set version in setup.py and __init__
2016-10-26Import mail/py-authres version 0.800 into pkgsrc.jperkin4-0/+70
This module (authres) is designed to provide support for RFC 5451/7001, originally http://tools.ietf.org/html/rfc5451 and currently http://tools.ietf.org/html/rfc7001 processing in Python. Packaged by Coy Hile in https://github.com/joyent/pkgsrc/pull/421