It turns out this issue is a broken MUA composing the message. The encoded word in the header was quoted. The actual From: was like
From: "=?utf-8?b?Sm9obiBEb2U=?=" <[email protected]> The quotes caused the encoded word to be taken literally which is the proper behavior. This could be defended against by checking if the name looks like an RFC 2047 encoded word and trying to decode it, but I don't think it's worth it so I'm marking this invalid. ** Changed in: mailman Importance: Medium => Undecided ** Changed in: mailman Status: In Progress => Invalid ** Changed in: mailman Milestone: 2.1.22 => None -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1565002 Title: RFC 2047 encoded display name in From: header not decoded in digests. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1565002/+subscriptions _______________________________________________ Mailman-coders mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-coders
