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 | methane |
|---|---|
| Recipients | abarry, methane, vinay.sajip |
| Date | 2016年07月01日.11:37:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1467373060.01.0.0939392189483.issue27424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Maybe, `socket.getfqdn()` returns non-ASCII string in your environment. smtpd.py has `-u` option which enables utf-8 support. smtpd.SMTPServer has enable_SMTPUTF8 option. test_logging.TestSMTPServer should enable this option. Could you test adding `enable_SMTPUTF8=True` kwarg here? https://github.com/python/cpython/blob/master/Lib/test/test_logging.py#L682-L683 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016年07月01日 11:37:40 | methane | set | recipients: + methane, vinay.sajip, abarry |
| 2016年07月01日 11:37:40 | methane | set | messageid: <1467373060.01.0.0939392189483.issue27424@psf.upfronthosting.co.za> |
| 2016年07月01日 11:37:39 | methane | link | issue27424 messages |
| 2016年07月01日 11:37:39 | methane | create | |