[issue16005] smtplib.SMTP().sendmail() and rset()

Christian Heimes report at bugs.python.org
Sun Sep 23 15:00:57 CEST 2012


Christian Heimes added the comment:

According to RFC 821 a smtp server must always apply with OK when it receives a RSET command.

RESET (RSET)

    This command specifies that the current mail transaction is
    to be aborted.  Any stored sender, recipients, and mail data
    must be discarded, and all buffers and state tables cleared.
    The receiver must send an OK reply.


It seems like your mail server violates the standards.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16005>
_______________________________________


More information about the Python-bugs-list mailing list