cpython/Misc/NEWS.d/next/Security/2019-05-04-13-33-37.bpo-341...

2 lines
171 B
ReStructuredText

Fix parsing of invalid email addresses with more than one ``@`` (e.g. a@b@c.com.) to not return the part before 2nd ``@`` as valid email address. Patch by maxking & jpic.