Skip to content

gh-40889: Fix email.utils.parseaddr to handle multiple hops#123311

Open
crazymerlyn wants to merge 1 commit intopython:mainfrom
crazymerlyn:fix-issue-40889
Open

gh-40889: Fix email.utils.parseaddr to handle multiple hops#123311
crazymerlyn wants to merge 1 commit intopython:mainfrom
crazymerlyn:fix-issue-40889

Conversation

@crazymerlyn
Copy link
Copy Markdown

@crazymerlyn crazymerlyn commented Aug 25, 2024

Same as #6917 but creating a new pr since the old one was closed by it's author.
Fixes #40889

Copy link
Copy Markdown
Member

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also credit yourself and the other member in the NEWS file (e.g., Patch by [...].).

Comment thread Misc/NEWS.d/next/Library/2024-08-25-15-24-16.gh-issue-40889.TbsSM1.rst Outdated
@crazymerlyn crazymerlyn force-pushed the fix-issue-40889 branch 4 times, most recently from 6d54215 to 3491233 Compare August 25, 2024 15:14
Copy link
Copy Markdown
Member

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not an expert at email so I'll let the core dev who's an expert the task of checking that it's the correct way to fix the issue :')

Comment thread Misc/NEWS.d/next/Library/2024-08-25-15-24-16.gh-issue-40889.TbsSM1.rst Outdated
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

email.Utils.parseaddr fails to parse valid addresses

2 participants