Re: [PATCH v2] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-17 Thread Daniel Axtens
Applied with a release note. Daniel Axtens writes: > Andrew Donnellan writes: > >> To avoid triggering spam filters due to failed signature validation, many >> mailing lists mangle the From header to change the From address to be the >> address of the list, typically where the sender's domain

Re: [PATCH v2] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-17 Thread Stephen Finucane
On Fri, 2019-10-18 at 15:16 +1100, Andrew Donnellan wrote: > On 18/10/19 3:06 pm, Daniel Axtens wrote: > > I'll apply it shortly to master. You could convince me to get it > > backported to stable if you really wanted. > > > > Do we need something to go through the db and fix up old ones? Or is

Re: [PATCH v2] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-17 Thread Andrew Donnellan
On 18/10/19 3:06 pm, Daniel Axtens wrote: I'll apply it shortly to master. You could convince me to get it backported to stable if you really wanted. Do we need something to go through the db and fix up old ones? Or is it best to let sleeping patches lie? Personally I was thinking we should

Re: [PATCH v2] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-17 Thread Daniel Axtens
Andrew Donnellan writes: > To avoid triggering spam filters due to failed signature validation, many > mailing lists mangle the From header to change the From address to be the > address of the list, typically where the sender's domain has a strict DMARC > policy enabled. > > In this case, we

[PATCH v2] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-15 Thread Andrew Donnellan
To avoid triggering spam filters due to failed signature validation, many mailing lists mangle the From header to change the From address to be the address of the list, typically where the sender's domain has a strict DMARC policy enabled. In this case, we should try to unmangle the From header.