Message334156
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. |
|
| Date |
User |
Action |
Args |
| 2019-01-21 17:25:17 | samuelcolvin | set | recipients:
+ samuelcolvin, barry, r.david.murray |
| 2019-01-21 17:25:15 | samuelcolvin | set | messageid: <[email protected]> |
| 2019-01-21 17:25:15 | samuelcolvin | link | issue35799 messages |
| 2019-01-21 17:25:15 | samuelcolvin | create | |
|