diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-29 13:23:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-29 13:23:13 +0800 |
commit | f7cfde5538d11490ef50917842bf509d00db6aa2 (patch) | |
tree | 5c8fb44aa1d5294105db9117612bc896407b42c7 /mail/Makefile | |
parent | f99f20daefb4daa83f7f85652ce7b36642ce77aa (diff) | |
download | freebsd-ports-gnome-f7cfde5538d11490ef50917842bf509d00db6aa2.tar.gz freebsd-ports-gnome-f7cfde5538d11490ef50917842bf509d00db6aa2.tar.zst freebsd-ports-gnome-f7cfde5538d11490ef50917842bf509d00db6aa2.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>
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 |