1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/py-authheaders/pkg-descr

14 lines
559 B
Plaintext

This is a Python library for the generation of email authentication headers.
The library can perform DKIM, SPF, and DMARC validation, and the results are
packaged into the Authentication-Results header.
authenticate_message(message, "example.com", ip='192.168.50.81',
mail_from="test.com", helo="domain.of.sender.net")
Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net smtp.mailfrom=test.com;
dkim=pass header.d=valimail.com; dmarc=pass header.from=valimail.com
WWW: https://github.com/ValiMail/authentication-headers