diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-05-11 23:58:19 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-05-12 22:21:00 -0300 |
commit | 9e8c3bff81222929c8519bce6358799f91bc2842 (patch) | |
tree | caf63fdd36edf3ff275b157ca17f7e45ac89fcff /python/python-authres/README | |
parent | 64117deeb91046e006d9340f5fe3c06484512748 (diff) | |
download | slackbuilds-9e8c3bff81222929c8519bce6358799f91bc2842.tar.gz |
python/python-authres: Added (RFC 5451 Auth Results Headers generation and parsing)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python-authres/README')
-rw-r--r-- | python/python-authres/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-authres/README b/python/python-authres/README new file mode 100644 index 0000000000..de1c8ff506 --- /dev/null +++ b/python/python-authres/README @@ -0,0 +1,7 @@ +RFC 5451 Authentication-Results Headers generation and parsing for +Python/Python3. + +It also supports Authentication Results extensions: + * RFC 5617 DKIM/ADSP + * RFC 6008 DKIM signature identification (header.b) + * RFC 6212 Vouch By Reference (VBR) |