diff options
| author | Samuel Colvin <samcolvin@gmail.com> | 2019-10-12 18:24:26 +0100 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-12 10:24:26 -0700 |
| commit | 822922af90f389b20166f0cd6f5b7c76fd6d42d9 (patch) | |
| tree | 86639ed61d6bb09f4a3d792dac765ee5003379f4 /Doc/library | |
| parent | 19a3d873005e5730eeabdc394c961e93f2ec02f0 (diff) | |
| download | cpython-git-822922af90f389b20166f0cd6f5b7c76fd6d42d9.tar.gz | |
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Since `smtpd.MailmanProxy` is already broken, it is not formally deprecated in 3.9. It will be removed in 3.10.
https://bugs.python.org/issue35800
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/smtpd.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst index 85ee8a75cf..d84e74a8ce 100644 --- a/Doc/library/smtpd.rst +++ b/Doc/library/smtpd.rst @@ -148,6 +148,12 @@ MailmanProxy Objects .. class:: MailmanProxy(localaddr, remoteaddr) + .. deprecated-removed:: 3.9 3.11 + + :class:`MailmanProxy` is deprecated, it depends on a ``Mailman`` + module which no longer exists and therefore is already broken. + + Create a new pure proxy server. Arguments are as per :class:`SMTPServer`. Everything will be relayed to *remoteaddr*, unless local mailman configurations knows about an address, in which case it will be handled via mailman. Note that |
