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 jasen betts
Recipients jasen betts
Date 2018-02-08.23:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518132309.75.0.467229070634.issue32803@psf.upfronthosting.co.za>
In-reply-to
Content
smtplib's LMTP support is broken, 

 LMTP returns multiple responses at and of data if there have been multiple successful RCPT TO  commands, but smtplib::data() only looks for a single response.

see the example conversation on page 3 of RFC2033

This makes LMTP unusable if there is more than one RCPT
History
Date User Action Args
2018-02-08 23:25:09jasen bettssetrecipients: + jasen betts
2018-02-08 23:25:09jasen bettssetmessageid: <1518132309.75.0.467229070634.issue32803@psf.upfronthosting.co.za>
2018-02-08 23:25:09jasen bettslinkissue32803 messages
2018-02-08 23:25:09jasen bettscreate