From 6b8ad1b07831c467027500abe83d0d2d8a695332 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 1 Sep 2021 14:45:21 +0200 Subject: [PATCH] change link to PR to fix handling of invalid Date fields --- pymodmilter/_runtime_patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymodmilter/_runtime_patches.py b/pymodmilter/_runtime_patches.py index 11e8c3a..d96e4b5 100644 --- a/pymodmilter/_runtime_patches.py +++ b/pymodmilter/_runtime_patches.py @@ -92,7 +92,7 @@ setattr(email._header_value_parser, "get_name_addr", get_name_addr) # https://bugs.python.org/issue30681 # -# fix: https://github.com/python/cpython/pull/2254 +# fix: https://github.com/python/cpython/pull/22090 import email.errors from email.errors import HeaderDefect