https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7869
--- Comment #6 from RW <[email protected]> --- It works for me: $ printf 'From: "Name Surname <[email protected]>" <[email protected]>\nTo: [email protected]\n' | spamassassin -LD 2>&1 | grep -o '__PLUGIN_FROMNAME_SPOOF.*hit' __PLUGIN_FROMNAME_SPOOF ======> got hit $ printf 'From: "Name Surname [email protected]" <[email protected]>\nTo: [email protected]\n' | spamassassin -LD 2>&1 | grep -o '__PLUGIN_FROMNAME_SPOOF.*hit' __PLUGIN_FROMNAME_SPOOF ======> got hit Did you miss what I wrote about a To header? -- You are receiving this mail because: You are the assignee for the bug.
