[issue27820] Possible bug in smtplib when initial_response_ok=False

Senthil Kumaran report at bugs.python.org
Tue Mar 9 04:11:01 EST 2021


Senthil Kumaran <senthil at uthcode.com> added the comment:

Hello Pandu,

Thank you for this patch and the explanation. Does client blocking on repeated challenge from the server (using of while loop) look okay here? 
The conversation here indicates to me that it is fine. Is there any recommendation or implementation strategies to break the loop (on a malformed server)?

Thanks,
Senthil

----------
assignee:  -> orsenthil
nosy: +orsenthil
versions: +Python 3.10, Python 3.9 -Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list