Re: [PATCH 1/3] parse(mail|archive): handle early fail within email module

2017-07-03 Thread Stephen Finucane
On Mon, 2017-07-03 at 15:32 +1000, Andrew Donnellan wrote: > On 03/07/17 15:31, Andrew Donnellan wrote: > > So we should report this bug upstream, but we should also merge this fix > > to work around it. > > Oh, and this fix is, obviously: > > Reviewed-by: Andrew Donnellan

Re: [PATCH 1/3] parse(mail|archive): handle early fail within email module

2017-07-03 Thread Andrew Donnellan
On 03/07/17 16:04, Daniel Axtens wrote: I'm up to my eyeballs in kernel networking code, so I'd really appreciate that. My envy for your current circumstances is limited... Will do that this evening. -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnel...@au1.ibm.com IBM

Re: [PATCH 1/3] parse(mail|archive): handle early fail within email module

2017-07-03 Thread Daniel Axtens
Hi Andrew, > dja - I'm happy to write this up and file it if you haven't already? I'm up to my eyeballs in kernel networking code, so I'd really appreciate that. Regards, Daniel > > > Andrew > > > > -- > Andrew Donnellan OzLabs, ADL Canberra > andrew.donnel...@au1.ibm.com IBM

Re: [PATCH 1/3] parse(mail|archive): handle early fail within email module

2017-07-02 Thread Andrew Donnellan
On 03/07/17 15:31, Andrew Donnellan wrote: So we should report this bug upstream, but we should also merge this fix to work around it. Oh, and this fix is, obviously: Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs, ADL Canberra

Re: [PATCH 1/3] parse(mail|archive): handle early fail within email module

2017-07-02 Thread Andrew Donnellan
On 01/07/17 14:28, Daniel Axtens wrote: Certain really messed up email messages can cause a failure within the email module (at least on py3). Catch this. Signed-off-by: Daniel Axtens --- patchwork/management/commands/parsearchive.py | 15 +