diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 05:23:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-29 05:23:13 +0000 |
commit | 01b1a609ccf15dcc3a21d0938d15ba26000f73bb (patch) | |
tree | 5c8fb44aa1d5294105db9117612bc896407b42c7 /mail/Makefile | |
parent | 0129a04b176ca65bf3ac81ec08135e3743ff36cd (diff) | |
download | ports-01b1a609ccf15dcc3a21d0938d15ba26000f73bb.tar.gz ports-01b1a609ccf15dcc3a21d0938d15ba26000f73bb.zip |
This is python module for RFC 5451 Authentication-Results Headers
generation and parsing.
It also supports Authentication Results extensions:
RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (header.b)
RFC 6212 Vouch By Reference (VBR)
draft-kucherawy-dmarc-base-00 DMARC
WWW: https://launchpad.net/authentication-results-python/
PR: ports/177824
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=319340
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 505a31b996eb..c76052c2e465 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -536,6 +536,7 @@ SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost SUBDIR += py-apolicy + SUBDIR += py-authres SUBDIR += py-cyruslib SUBDIR += py-libgmail SUBDIR += py-milter |