]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-75171: Fix parsing invalid email address headers starting or ending with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Apr 2024 07:55:11 +0000 (09:55 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 07:55:11 +0000 (07:55 +0000)
commit03108045d25e4a75575d8a19d3187599e17277a4
treeebba209b8171b16306a5fc27b0f773b303e94dce
parent5f4c7cf3f49629bcf890c305e0a90ffd708110a2
[3.12] gh-75171: Fix parsing invalid email address headers starting or ending with a dot (GH-15600) (GH-117964)

(cherry picked from commit 8cc9adbfddc8e37cf7d621b12754eecb0584f5da)

Co-authored-by: tsufeki <tsufeki@ymail.com>
Co-authored-by: Tim Bell <timothybell@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_headerregistry.py
Misc/NEWS.d/next/Library/2019-08-29-20-26-08.bpo-30988.b-_h5O.rst [new file with mode: 0644]