# README
go-msgauth
A Go library and tools to authenticate e-mails.
Libraries
dkim
: create and verify DKIM signaturesauthres
: create and parse Authentication-Results header fieldsdmarc
: fetch DMARC records
Tools
A few tools are included in go-msgauth:
dkim-keygen
: generate a DKIM keydkim-milter
: a mail filter to sign and verify DKIM signaturesdkim-verify
: verify a DKIM-signed emaildmarc-lookup
: lookup the DMARC policy of a domain
License
MIT
# Packages
Package authres parses and formats Authentication-Results
Authentication-Results header fields are standardized in RFC 7601.
No description provided by the author
Package dkim creates and verifies DKIM signatures, as specified in RFC 6376.
Package dmarc implements DMARC as specified in RFC 7489.