Re: [PATCH] parser: Don't crash when From: is list email but has weird mangle format

2020-04-18 Thread Stephen Finucane
On Wed, 2020-04-15 at 19:06 +1000, Andrew Donnellan wrote: > get_original_sender() tries to demangle DMARC-mangled From headers, in > the case where the email's From address is the list address. It knows how > to handle Google Groups and Mailman style mangling, where the original > submitter's

[PATCH] parser: Don't crash when From: is list email but has weird mangle format

2020-04-15 Thread Andrew Donnellan
get_original_sender() tries to demangle DMARC-mangled From headers, in the case where the email's From address is the list address. It knows how to handle Google Groups and Mailman style mangling, where the original submitter's name will be turned into e.g. "Andrew Donnellan via linuxppc-dev". If