[issue34277] EmailPolicy not followed

Bryce Drennan report at bugs.python.org
Mon Jul 30 18:06:56 EDT 2018


Bryce Drennan <python at accounts.brycedrennan.com> added the comment:

Yes, utf8 is set to false. Despite that, the dkim-signature header, which contains no unicode characters, is getting filled with ?utf-8?q? values.

My reading of the documentation of the utf8 flag is that headers should not be encoded like this if its set to False.  Its possible I am misunderstanding.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34277>
_______________________________________


More information about the Python-bugs-list mailing list