]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport half of 1.11:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:11:26 +0000 (06:11 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:11:26 +0000 (06:11 +0000)
commit138f443974559615834490823e6cf5acba9f431f
treee05b61627c7d85d3b8f8a6a63b3859904bef2db6
parent1015acd7949427bdf845138a66745a6b4daee47f
backport half of 1.11:
__getaddr(): Watch out for empty addresses that can happen when
something like "MAIL FROM:<CR>" is received.  This avoids the
IndexError and rightly returns an SMTP syntax error.
Lib/smtpd.py