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 Deli Zhang
Recipients Deli Zhang, r.david.murray
Date 2015-11-06.12:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446811597.49.0.734631849813.issue25553@psf.upfronthosting.co.za>
In-reply-to
Content
I can understand you, while could you please consider below fact:
Once our SMTP server module smtpd.py receives the sample mail, it will remove the end-of-data sequence, that makes the "=" become the last char of mail data. I think it's inconsistent to our SMTP client module smtplib.py.

If we can just add "<CRLF>.<CRLF>" following mail data like postfix, which is influential amd authoritative in SMTP field, that will make things simple and will not make any trouble in reality situation.

I just advise this, if you think no need then I can compromise.
Thanks.
History
Date User Action Args
2015-11-06 12:06:37Deli Zhangsetrecipients: + Deli Zhang, r.david.murray
2015-11-06 12:06:37Deli Zhangsetmessageid: <1446811597.49.0.734631849813.issue25553@psf.upfronthosting.co.za>
2015-11-06 12:06:37Deli Zhanglinkissue25553 messages
2015-11-06 12:06:37Deli Zhangcreate