Message 171031 - Python tracker

Message171031

Author christian.heimes
Recipients DDarko, barry, christian.heimes, r.david.murray
Date 2012-09-23.13:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348405257.33.0.516768790027.issue16005@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-23 13:00:57christian.heimessetrecipients: + christian.heimes, barry, r.david.murray, DDarko
2012-09-23 13:00:57christian.heimessetmessageid: <1348405257.33.0.516768790027.issue16005@psf.upfronthosting.co.za>
2012-09-23 13:00:56christian.heimeslinkissue16005 messages
2012-09-23 13:00:56christian.heimescreate