Bug in handling of quoted text in From: header
Brought to you by:
g2wikimi1
Originally created by: gosko
In this message in W3C's public list archives, the From: header is displayed as:
From: User Name (username@example.net) <(username@example.net)>
(note the extra parens inside the angle-bracketed email address)
The original email header in the raw message/rfc822 file was:
From: "User Name (username@example.net)" <username@example.net>
It's strange that this bug isn't present in the replies to this message even though this email address is formatted the same way in the To: header, for example in this reply.
(This might already be fixed in v2.5.0 in development)