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 DDarko
Recipients DDarko, barry, christian.heimes, r.david.murray
Date 2012-09-24.06:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348468363.48.0.732343986693.issue16005@psf.upfronthosting.co.za>
In-reply-to
Content
I understand, in that case:

/cpython/file/default/Lib/smtplib.py
760c760,761
<             self.rset()
---
>             try: self.rset()
>             except: pass

Solves the problem.
History
Date User Action Args
2012-09-24 06:32:43DDarkosetrecipients: + DDarko, barry, christian.heimes, r.david.murray
2012-09-24 06:32:43DDarkosetmessageid: <1348468363.48.0.732343986693.issue16005@psf.upfronthosting.co.za>
2012-09-24 06:32:43DDarkolinkissue16005 messages
2012-09-24 06:32:42DDarkocreate