Path to this page:
./
mail/py-authheaders,
Library for email authentication header verification and generation
Branch: CURRENT,
Version: 0.16.3,
Package name: py311-authheaders-0.16.3,
Maintainer: pkgsrc-usersPython 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: 112.723 KB
Version history: (Expand)
- (2024-06-28) Updated to version: py311-authheaders-0.16.3
- (2024-02-22) Updated to version: py311-authheaders-0.16.2
- (2023-05-07) Package added to pkgsrc.se, version py310-authheaders-0.15.2 (created)
CVS history: (Expand)
2024-02-22 14:18:09 by Adam Ciarcinski | Files touched by this commit (4) | |
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.
|