Message105902
| 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:09 | alfmel | set | recipients: + alfmel, barry |
| 2010-05-17 13:34:09 | alfmel | set | messageid: <1274103249.44.0.284620021799.issue8739@psf.upfronthosting.co.za> |
| 2010-05-17 13:34:06 | alfmel | link | issue8739 messages |
| 2010-05-17 13:34:06 | alfmel | create | |