]> granicus.if.org Git - python/commit
#7484: no more <> around addresses in VRFY or EXPN
authorR David Murray <rdmurray@bitdance.com>
Tue, 19 Jul 2011 01:34:04 +0000 (21:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 19 Jul 2011 01:34:04 +0000 (21:34 -0400)
commit9522595d704e031a60304d4eb8cbc457bcb91e23
treef180506587e7fc002cd587dcde414bd19fb8bb76
parent60bf489e8aab38519cbc5c9683574d01a52e5c65
#7484: no more <> around addresses in VRFY or EXPN

The RFC doesn't say that they are allowed; apparently many mailers accept
them, but not postfix.  Contributions to this patch were made by Felipe Cruz
and Catalin Iacob.
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS