freebsd-ports/mail/py-authheaders/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
502 B
Text

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