https://bz.apache.org/SpamAssassin/show_bug.cgi?id=5867
--- Comment #1 from Mark Martinec <[email protected]> --- This was fixed in version 3.3.0, where the :addr suffix in the HEADER rule implies :raw. Previously (3.2.5 and earlier) a MIME-decoded display name could confuse the parser in PerMsgStatus::_get() by a presence of characters like '<' in the decoded display name. Btw, matching a MIME-decoded display name also works: header L_TEST777 From:name =~ /^\033\$B!<\033\(B\z/ and with 'normalize_charset 1' since 3.4.1 the following two rules also match the provided sample message SA_NG.eml: header L_TEST777 From:name =~ /^\xE3\x83\xBC\z/ or simply: header L_TEST777 From:name =~ /^ー\z/ -- You are receiving this mail because: You are the assignee for the bug.
