This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: smtpd.PureProxy and smtpd.DebuggingServer do not work with decode_data=True
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: barry, jesstess, pitrou, r.david.murray, zvyn
Priority: normal Keywords: patch

Created on 2014-08-06 21:08 by zvyn, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
decode_data_proxy_debugging_server.patch zvyn, 2014-08-06 21:08 review
Messages (2)
msg224967 - (view) Author: Milan Oberkirch (zvyn) * Date: 2014-08-06 21:08
I fixed this for smtpd.DebuggingServer in the patch for issue 21725 but think it is an independent issue which is resolvable with a small patch.
msg309753 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2018-01-10 00:55
I'm closing this as won't fix since smtpd.py is deprecated and will likely not get any future development.  Please see aiosmtpd as a much better third party replacement.
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66355
2018-01-10 00:55:40barrysetstatus: open -> closed

nosy: + barry
messages: + msg309753

resolution: wont fix
stage: resolved
2014-08-06 21:08:27zvyncreate