Message356030
Parsing an invalid email message id can throw a header parser error. A bug in parse_message_ still tries to append the unset token to a variable.
File "/opt/python-3.8.0/lib/python3.8/email/_header_value_parser.py", line 2116, in parse_message_
id
message_id.append(token)
UnboundLocalError: local variable 'token' referenced before assignment
Version 3.7 is not affected. |
|
Date |
User |
Action |
Args |
2019-11-05 13:03:28 | Nikita Hoffmann | set | recipients:
+ Nikita Hoffmann, barry, r.david.murray |
2019-11-05 13:03:28 | Nikita Hoffmann | set | messageid: <1572959008.39.0.0407638047652.issue38698@roundup.psfhosted.org> |
2019-11-05 13:03:28 | Nikita Hoffmann | link | issue38698 messages |
2019-11-05 13:03:28 | Nikita Hoffmann | create | |
|