1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: authheaders
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 9),
dh-python,
publicsuffix,
python3,
python3-authres,
python3-dkim,
python3-dnspython,
python3-publicsuffix2,
python3-setuptools (>= 36.4.0)
Vcs-Git: https://salsa.debian.org/python-team/modules/authheaders.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/authheaders
Standards-Version: 4.5.0
Homepage: https://github.com/ValiMail/authentication-headers
Package: python3-authheaders
Architecture: all
Depends: publicsuffix,
python3-authres (>= 1.2.0),
python3-dkim,
python3-dnspython,
python3-publicsuffix2,
${misc:Depends},
${python3:Depends}
Recommends: python3-spf
Description: Python 3 module for generating email authentication headers
Authheaders can generate both authentication results header fields and DKIM/
ARC sighatures. It can perform DKIM, SPF, and DMARC validation, and the
results are packaged into a single Authentication-Results header. It can
also DKIM and ARC sign messages and output the corresponding signature
header fields.
.
This is the Python 3 version of the package.
|