Source: authheaders Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Scott Kitterman Build-Depends: debhelper-compat (= 13), dh-python, publicsuffix, python3-all, python3-authres, python3-dkim, python3-dnspython, python3-publicsuffix2, python3-setuptools Vcs-Git: https://salsa.debian.org/python-team/packages/authheaders.git Vcs-Browser: https://salsa.debian.org/python-team/packages/authheaders Standards-Version: 4.6.2 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.