[issue7484] smtplib: verify breaks with Postfix servers

R. David Murray report at bugs.python.org
Sat Dec 12 16:57:04 CET 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

I agree.  My reading of the rfc is that the form without the brackets
*must* be supported by the MTA, while any other form is optional.  So
smtplib should use the required form for its VRFY query.  Any MTA that
doesn't recognize that form would be broken.

2.5 is in security-fix-only mode, so this can only be fixed in 2.6 and
above.

----------
keywords: +easy
nosy: +r.david.murray
priority:  -> normal
stage:  -> test needed
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7484>
_______________________________________


More information about the Python-bugs-list mailing list