[issue32803] smtplib: LMTP broken in the case of multiple RCPT

2020-11-13 Thread Jacob Middag


Jacob Middag  added the comment:

It would be nice if someone could take a look.

--
versions: +Python 3.10, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32803] smtplib: LMTP broken in the case of multiple RCPT

2020-05-18 Thread Jacob Middag


Jacob Middag  added the comment:

Could anyone take a look to the PR?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32803] smtplib: LMTP broken in the case of multiple RCPT

2020-03-10 Thread Jacob Middag


Change by Jacob Middag :


--
keywords: +patch
nosy: +middag
nosy_count: 2.0 -> 3.0
pull_requests: +18253
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/18896

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32803] smtplib: LMTP broken in the case of multiple RCPT

2018-02-08 Thread Barry A. Warsaw

Barry A. Warsaw  added the comment:

3.5 and 3.4 are in security fix only mode, so narrowing the relevant versions.

--
nosy: +barry
versions:  -Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32803] smtplib: LMTP broken in the case of multiple RCPT

2018-02-08 Thread jasen betts

New submission from jasen betts :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com