This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdcrunchman
Recipients
Date 2003-10-25.02:49:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
smtplib.starttls() needs to include does_esmtp=0. Without 
this, the "size=" suffix on MAIL FROM lines causes server 
errors since the MTA defaults to HELO mode. This is also 
necessary in order to conform to RFC 2487 section 5.2, 
which states after TLS is started, all prior knowledge 
(including esmtp capability) must be discarded.

This bug exists in Python 2.3.2 and earlier.
History
Date User Action Args
2007-08-23 15:29:38adminlinkissue829951 messages
2007-08-23 15:29:38admincreate