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.

Author samuelcolvin
Recipients barry, r.david.murray, samuelcolvin
Date 2019-01-21.17:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
smtpd.PureProxy.process_message is defined to not receive the extra kwargs which it is called with.

It also expects "data" to be str when it's actually bytes.

PureProxy should either be removed for fixed. 

Personally, I think it should be fixed as the fix is pretty simple and PureProxy can be very useful.

Created from https://bugs.python.org/issue35788

Happy to create a PR if this is agreed.
History
Date User Action Args
2019-01-21 17:25:17samuelcolvinsetrecipients: + samuelcolvin, barry, r.david.murray
2019-01-21 17:25:15samuelcolvinsetmessageid: <[email protected]>
2019-01-21 17:25:15samuelcolvinlinkissue35799 messages
2019-01-21 17:25:15samuelcolvincreate