You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parseMsgIDList: extract only angle-bracketed msg-ids
Scan for <...> delimiters instead of splitting on whitespace,
so comments, CFWS, and bare tokens in In-Reply-To/Message-ID
headers are correctly ignored per RFC 2822 msg-id syntax.
Previously "(comment) <root@ex>" yielded "(comment)" as the
first ID; now it correctly yields "root@ex".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments