blob: 4817a38ced09bad0b16d2d68c9405091956ddc1f (
plain)
1
2
3
4
5
6
7
8
9
10
|
Python module for generating email authentication headers:
Authheaders can generate both authentication results header fields
and DKIM/ ARC sighatures.
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.
|