]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parsemail: ignore html part of multi-part comments
authorYuri Volchkov <yuri.volchkov@gmail.com>
Wed, 20 Jun 2018 12:21:42 +0000 (14:21 +0200)
committerStephen Finucane <stephen@that.guru>
Wed, 20 Jun 2018 14:41:03 +0000 (15:41 +0100)
commite27ff061dc01e51967a978884a5c59152863ab9c
tree6f8a393a4c5c2d50f73b78e2682df6a924959f64
parent60152d32680e6b16a6c1b4b330ad7500172f0f2d
parsemail: ignore html part of multi-part comments

Currently an html-protection present only for patch-emails. If a
multi-part comment-email arrives, it messes up patchwork. In my case,
the symptom was a non intended 'Signed-off-by' in the downloaded
patches, with html-like junk.

This patch makes parsemail skip all parts of comment which are not
text/plain.

Of course, this will drop html-only emails completely. But they can
not be parsed anyways.

Signed-off-by: Yuri Volchkov <yuri.volchkov@gmail.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
patchwork/parser.py