[New-bugs-announce] [issue32803] smtplib: LMTP broken in the case of multiple RCPT

jasen betts report at bugs.python.org
Thu Feb 8 18:25:09 EST 2018


New submission from jasen betts <jasen.betts at gmail.com>:

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

----------
components: Library (Lib)
messages: 311854
nosy: jasen betts
priority: normal
severity: normal
status: open
title: smtplib: LMTP broken in the case of multiple RCPT
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32803>
_______________________________________


More information about the New-bugs-announce mailing list