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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: pysrs
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sandro Knauß <hefee@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-docutils,
python3-setuptools,
Homepage: https://bmsi.com/python/pysrs.html
Vcs-Git: https://salsa.debian.org/python-team/packages/pysrs.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pysrs
Standards-Version: 4.6.1
Rules-Requires-Root: no
Package: pysrs-bin
Architecture: all
Section: utils
Depends: python3-srs, ${misc:Depends}, ${python3:Depends}
Breaks: python-srs (<< 1.0-3)
Replaces: python-srs (<< 1.0-3)
Description: Python SRS (Sender Rewriting Scheme) binaries
As SPF is implemented, MTAs that check SPF must account for any forwarders.
One way to handle forwarding is to have the forwarding MTA rewrite envfrom to
a domain they are authorized to use.
.
The package also include a package for sign and verify sender addresses with
message ID (SES). There is also a base class for sendmail socket server
(SocketMap) available.
.
See http://www.openspf.org/SRS for details.
.
These are the binaries of the module.
Package: python3-srs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: pysrs-bin, python3-bsddb3
Suggests: python3-milter
Description: Python3 SRS (Sender Rewriting Scheme) library
As SPF is implemented, MTAs that check SPF must account for any forwarders.
One way to handle forwarding is to have the forwarding MTA rewrite envfrom to
a domain they are authorized to use.
.
The package also include a package for sign and verify sender addresses with
message ID (SES). There is also a base class for sendmail socket server
(SocketMap) available.
.
See http://www.openspf.org/SRS for details.
.
This is the Python 3 version of the module.
|