[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-29 Thread R. David Murray
R. David Murray added the comment: I'm closing this in favor of #35799 because someone has to first make a remove-or-fix decision, which is mentioned there. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> fix or remove

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Sorry, I overlooked that one. While searching for other smtpd issues many of them were closed as won't fix and hence my message. Thanks for the link. -- ___ Python tracker

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Samuel Colvin
Samuel Colvin added the comment: Hi, did you see https://bugs.python.org/issue35788#msg334155 later in the issue? -- ___ Python tracker ___

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Sjoerd
Change by Sjoerd : -- nosy: +samuelcolvin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. smtpd is deprecated in favor of aiosmtpd. Some of the fixes were closed in the past as won't fix. Please see https://bugs.python.org/issue35788#msg334088 and the discussion for deprecation and removal. -- nosy:

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11526, 11527 stage: -> patch review ___ Python tracker ___

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11526 stage: -> patch review ___ Python tracker ___ ___

[issue35837] smtpd PureProxy breaks on mail_options keyword argument

2019-01-27 Thread Sjoerd
New submission from Sjoerd : According to https://python.readthedocs.io/en/stable/whatsnew/3.5.html: The SMTPServer class now advertises the 8BITMIME extension (RFC 6152) if decode_data has been set True. If the client specifies BODY=8BITMIME on the MAIL command, it is passed to