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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/python-authres/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-authres/slack-desc b/python/python-authres/slack-desc new file mode 100644 index 0000000000..bd4698c873 --- /dev/null +++ b/python/python-authres/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-authres: python-authres (RFC 5451 Auth Results Headers generation and parsing) +python-authres: +python-authres: RFC 5451 Authentication-Results Headers generation and parsing for +python-authres: Python/Python3. +python-authres: +python-authres: It also supports Authentication Results extensions: +python-authres: * RFC 5617 DKIM/ADSP +python-authres: * RFC 6008 DKIM signature identification (header.b) +python-authres: * RFC 6212 Vouch By Reference (VBR) +python-authres: +python-authres: Homepage: https://launchpad.net/authentication-results-python |