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 alfmel
Recipients alfmel, barry
Date 2010-05-17.13:34:00
SpamBayes Score 0.011937297
Marked as misclassified No
Message-id <1274103249.44.0.284620021799.issue8739@psf.upfronthosting.co.za>
In-reply-to
Content
This patch updates smtpd.py to be more RFC 5321 compliant.  It contains:

 - EHLO support
 - Implement DATA size limit (32 MiB by default)
 - 8-bit mime extension plumbing (doesn't do anything, but accepts and
   records command)
 - Basic VRFY support
 - Basic HELP support
 - A few improvements to messages (more in line with RFC 5321 examples)
 - Misc. documentation updates

The patch is specific to Python 3.1.  I have not tried to backport the changes to 2.x.  If possible, I would like the patch to be considered for inclusion to 3.2.
History
Date User Action Args
2010-05-17 13:34:09alfmelsetrecipients: + alfmel, barry
2010-05-17 13:34:09alfmelsetmessageid: <1274103249.44.0.284620021799.issue8739@psf.upfronthosting.co.za>
2010-05-17 13:34:06alfmellinkissue8739 messages
2010-05-17 13:34:06alfmelcreate