aboutsummaryrefslogtreecommitdiff
path: root/python/python3-authheaders/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-29 07:41:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 07:41:09 +0700
commita398008de18d02a1a2e48cfc5f13ed7d36ce2b4e (patch)
tree866440f8d3c143fd2404a8a8a6a1162b2fd0e138 /python/python3-authheaders/README
parent5c50b1e46656898ed92a2786885c0cd49c504054 (diff)
python/python3-authheaders: Added (email authentication header).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-authheaders/README')
-rw-r--r--python/python3-authheaders/README10
1 files changed, 10 insertions, 0 deletions
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.
+