Re: [PATCH 0/5] Prevent database error logs on duplicate mail

2020-04-18 Thread Stephen Finucane
On Thu, 2020-04-16 at 09:29 +0800, Jeremy Kerr wrote: > On patchwork.ozlabs.org, we see a lot of noise in the postgres logs, due > to INSERTs with duplicate values for (project,msgid) keys. Patchwork's > strategy for catching the resulting IntegrityError means that each of > these is logged. > >

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

Re: [PATCH] REST: Allow update of bundle without patches

2020-04-18 Thread Stephen Finucane
On Fri, 2020-04-17 at 23:15 +0100, Stephen Finucane wrote: > Presently, when updating a patch we assume that patches are provided. > This isn't necessary - you might just want to make it public - and isn't > enforced by the API itself. However, because we make this assumption, we > see a HTTP 500.