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 jcea
Recipients jcea, msapiro
Date 2009-10-19.15:16:24
SpamBayes Score 5.3576543e-05
Marked as misclassified No
Message-id <1255965386.17.0.334717156902.issue5713@psf.upfronthosting.co.za>
In-reply-to
Content
So, if I understand the issue and the RFC correctly, when receiving a
421, we should close the connection and, if the 421 was received in the
"rcpt" phase, give back a dictionary with all pending directions as
"421" code, so the sending code knows they are 4xx codes and should
retry again later.

What return code would be give back if we get 421 in other situations?.
Maybe a regular "connection close"?.
History
Date User Action Args
2009-10-19 15:16:26jceasetrecipients: + jcea, msapiro
2009-10-19 15:16:26jceasetmessageid: <1255965386.17.0.334717156902.issue5713@psf.upfronthosting.co.za>
2009-10-19 15:16:24jcealinkissue5713 messages
2009-10-19 15:16:24jceacreate