https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7789
RW <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from RW <[email protected]> --- (In reply to Giovanni Bechis from comment #1) > Could you provide a sample that triggers this issue ? You shouldn't need anything other than the supplied 'From:' line to test this. In 3.4.3 the parsing looks OK, it's probably been fixed already. $ echo 'From: "Bea Pino <[email protected]>" <[email protected]>' | spamassassin -D 2>&1 | egrep '__FROM_(ADDR|NAME)' Jan 27 15:58:50.791 [11446] dbg: rules: ran header rule __FROM_NAME ======> got hit: "Bea Pino <[email protected]>" Jan 27 15:58:50.794 [11446] dbg: rules: ran header rule __FROM_ADDR ======> got hit: "[email protected]" where header __FROM_NAME From:name =~ /.*/ header __FROM_ADDR From:addr =~ /.*/ -- You are receiving this mail because: You are the assignee for the bug.
