From a398008de18d02a1a2e48cfc5f13ed7d36ce2b4e Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Sat, 29 Jul 2023 07:41:09 +0700 Subject: python/python3-authheaders: Added (email authentication header). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-authheaders/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-authheaders/README (limited to 'python/python3-authheaders/README') diff --git a/python/python3-authheaders/README b/python/python3-authheaders/README new file mode 100644 index 0000000000..4817a38ced --- /dev/null +++ b/python/python3-authheaders/README @@ -0,0 +1,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. + -- cgit v1.2.3