Commit graph

5 commits

Author SHA1 Message Date
adam
9046768d72 py-authres: updated to 1.1.1
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-12-02 16:23:57 +00:00
adam
a33f82b1b3 py-authres: updated to 1.1.0
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-03-15 12:23:47 +00:00
adam
9dc6461c1e py-authres: updated to 1.0.2
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)
2018-02-22 10:23:54 +00:00
adam
534cf1d194 py-authres: update to 1.0.1
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__
2017-10-11 12:18:42 +00:00
jperkin
f528fa3874 Import mail/py-authres version 0.800 into pkgsrc.
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
2016-10-26 10:56:30 +00:00