https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7479
Bug ID: 7479
Summary: Mutliple From addresses incorrectly parsed
Product: Spamassassin
Version: 3.4.1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Libraries
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
The following header, mentioned in the user list, isn't parsed correctly:
From: [email protected], "Lorraine M." <[email protected]>
using these rules
header __FROM_NAME From:name =~ /.*/
header __FROM_ADDR From:addr =~ /.*/
I get:
__FROM_ADDR ======> got hit: "[email protected]"
__FROM_NAME ======> got hit: "[email protected], Lorraine M."
i.e the first address has ended-up in the display name of the second address.
--
You are receiving this mail because:
You are the assignee for the bug.