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 sls
Recipients David Ford (FirefighterBlu3), barry, r.david.murray, sls
Date 2019-02-28.22:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551394065.72.0.357705470027.issue29539@roundup.psfhosted.org>
In-reply-to
Content
Did you make a PR ? I didn't notice this issue and did a quick fix: https://github.com/python/cpython/pull/12104

I was hoping this or similar fixes would be implemented in 3.7.x

Anyways. I'd suggest to return both success and errors for each recipient. sendmail returns a dict already. Why not adding each status?

Maybe using something like "mta_result" as variable instead of senderrs, which is in my opinion more clear to understand. Also, this would have the advantage to parse the return value easily and you're able to access more verbose information like mta msg id and so on.
History
Date User Action Args
2019-02-28 22:47:45slssetrecipients: + sls, barry, r.david.murray, David Ford (FirefighterBlu3)
2019-02-28 22:47:45slssetmessageid: <1551394065.72.0.357705470027.issue29539@roundup.psfhosted.org>
2019-02-28 22:47:45slslinkissue29539 messages
2019-02-28 22:47:45slscreate