./mail/py-authheaders, Library for email authentication header verification and generation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.16.2, Package name: py311-authheaders-0.16.2, Maintainer: pkgsrc-users

Python module for generating email authentication headers: Authheaders can
generate both authentication results header fields and DKIM/ ARC signatures.
It can perform DKIM, SPF, and DMARC validation, and the results are packaged
into a single Authentication-Results header. It can also DKIM and ARC sign
messages and output the corresponding signature header fields.


Master sites:

Filesize: 109.34 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-22 14:18:09 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-authheaders: updated to 0.16.2

Version 0.16.2
- Add checks for None results to avoid tracebacks
- Account for FWS in From (which is legal, apparently)
  (Thanks to Mark Sapiro for the report and the fix)
- Delete more setup.py cruft for non-supported Pythons

Version 0.16.1
- Clean up unnecessary escaping of semi-colons in test data (Dig artifacts)
  and adjust related code to resolve SyntaxWarning with Python 3.12
- Set python_requires >3.7 and clean up cruft in setup.py
- Use importlib.resources instead of importlib_resources
   2023-05-07 22:52:58 by Mark Davies | Files touched by this commit (4)
Log message:
py-authheaders: add version 0.15.2

Python module for generating email authentication headers: Authheaders can
generate both authentication results header fields and DKIM/ ARC signatures.
It can perform DKIM, SPF, and DMARC validation, and the results are packaged
into a single Authentication-Results header. It can also DKIM and ARC sign
messages and output the corresponding signature header fields.