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

2017-06-28 Thread Stephen Finucane
On Thu, 2017-06-29 at 00:06 +1000, Daniel Axtens wrote: > Andrew Donnellan writes: > > > On 28/06/17 17:48, Daniel Axtens wrote: > > > Certain really messed up email messages can cause a failure within > > > the email module (at least on py3). Catch this. > > > > >

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

2017-06-28 Thread Daniel Axtens
Andrew Donnellan writes: > On 28/06/17 17:48, 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 >> --- >>

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

2017-06-28 Thread Andrew Donnellan
On 28/06/17 17:48, 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 | 9

[PATCH 08/10] parse(mail|archive): handle early fail within email module

2017-06-28 Thread Daniel Axtens
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 | 9 patchwork/management/commands/parsemail.py| 31