Message13120

Author gbach
Recipients gbach
Date 2020-08-17.18:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597687695.07.0.487318489768.issue2894@roundup.psfhosted.org>
In-reply-to
Content
I managed to create a workaround:
removing sock.sendall in smtplib.py and replacing it by sending out 0xffff-sized chunks.
Implementation is inefficient but works...
History
Date User Action Args
2020-08-17 18:08:15gbachsetmessageid: <1597687695.07.0.487318489768.issue2894@roundup.psfhosted.org>
2020-08-17 18:08:15gbachsetrecipients: + gbach
2020-08-17 18:08:15gbachlinkissue2894 messages
2020-08-17 18:08:15gbachcreate