New submission from jasen betts <jasen.be...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32803>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to