Why does SMTP.send_message() do from mangling?

Grant Edwards grant.b.edwards at gmail.com
Mon Sep 27 01:09:30 EDT 2021


On 2021-09-27, Grant Edwards <grant.b.edwards at gmail.com> wrote:

> Why does SMTP.send_message(msg) do from mangling even though msg's
> policy has mangle_from_ set to False?

I've concluded this is a bug in SMTP.send_message()

    https://bugs.python.org/issue45299

--
Grant


More information about the Python-list mailing list