This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Windson Yang, barry, ezio.melotti, vstinner
Date 2019-02-25.10:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551089694.66.0.643776914091.issue36093@roundup.psfhosted.org>
In-reply-to
Content
Barry: would you mind to have a look at this issue? It seems like smtplib encodes Unicode commands to ASCII, whereas verify() argument (SMTP "VRFY" command) is an hostname and hostname can be non-ASCII ("punycode" encoding, RFC 3492).
History
Date User Action Args
2019-02-25 10:14:54vstinnersetrecipients: + vstinner, barry, ezio.melotti, Windson Yang
2019-02-25 10:14:54vstinnersetmessageid: <1551089694.66.0.643776914091.issue36093@roundup.psfhosted.org>
2019-02-25 10:14:54vstinnerlinkissue36093 messages
2019-02-25 10:14:54vstinnercreate