]> granicus.if.org Git - python/commit
#14269: smtpd now conforms to the RFC and requires HELO before MAIL.
authorR David Murray <rdmurray@bitdance.com>
Tue, 20 Mar 2012 20:16:29 +0000 (16:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 20 Mar 2012 20:16:29 +0000 (16:16 -0400)
commit669b755c92aac40cc3d14e94b9e6dbc1e48d3ef0
tree01c6cfceb003a9399627d491a003f58c4d03f95b
parentb4dcb1051441a63ec13aa263484b20d64b935a4b
#14269: smtpd now conforms to the RFC and requires HELO before MAIL.

This is a backward incompatible change, but since it is an RFC conformance bug
and all real mail servers that I know of do conform to the RFC in this regard,
I believe it is an acceptable change for a feature release.

Patch by Jason Killen.
Lib/smtpd.py
Lib/test/test_smtpd.py
Misc/ACKS
Misc/NEWS