Message225207
| Author |
zvyn |
| Recipients |
barry, jesstess, pitrou, r.david.murray, zvyn |
| Date |
2014-08-11.23:03:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1407798186.99.0.62499840449.issue22027@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
After blindly raising errors for 'SMTPUTF8' without 'BODY=.*' I found out that 'SMTPUTF8' alone is actually perfectly fine (for using international names in addresses but sending ASCII data). Which means I did a mistake in the smtpd patch :(
The attached 3rd version of the smtplib patch implements your suggestions, including re-factoring of the mail option parsing. One test is commented out until smtpd is fixed. I'll do that as -part of- issue 21795 tomorrow. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014-08-11 23:03:07 | zvyn | set | recipients:
+ zvyn, barry, pitrou, r.david.murray, jesstess |
| 2014-08-11 23:03:06 | zvyn | set | messageid: <1407798186.99.0.62499840449.issue22027@psf.upfronthosting.co.za> |
| 2014-08-11 23:03:06 | zvyn | link | issue22027 messages |
| 2014-08-11 23:03:06 | zvyn | create | |
|