Package python-tools-smtpd: Information

  • Default inline alert: Version in the repository: 2.7.18-alt11

Binary package: python-tools-smtpd
Version: 2.7.18-alt10
Architecture: noarch
Build time:  Jun 17, 2022, 03:48 PM
Source package: python
Report package bug
License: Python-2.0
Summary: An RFC 2821 smtp proxy
Description: 
This file implements the minimal SMTP protocol as defined in RFC 821.  It
has a hierarchy of classes which implement the backend functionality for the
smtpd.  A number of classes are provided:
SMTPServer - the base class for the backend.  Raises NotImplementedError
if you try to use it.
DebuggingServer - simply prints each message it receives on stdout.
PureProxy - Proxies all messages to a real smtpd which does final delivery.
MailmanProxy - An experimental hack to work with GNU Mailman <www.list.org>.



Last changed


June 17, 2022 Vladimir D. Seleznev 2.7.18-alt10
- Secutiry update (fixed: CVE-2015-20107).
- Fixed Url field.
March 12, 2022 Vladimir D. Seleznev 2.7.18-alt9
- Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
- Fixed FTBFS against libexpat >= 2.4.5.
Oct. 8, 2021 Vladimir D. Seleznev 2.7.18-alt8
- Security update (fixed: CVE-2021-3733 and CVE-2021-3737).