Signed-off-by: Eric Engestrom <e...@engestrom.ch> --- patchwork/bin/parsemail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/bin/parsemail.py b/patchwork/bin/parsemail.py index 78a466e..8648d29 100755 --- a/patchwork/bin/parsemail.py +++ b/patchwork/bin/parsemail.py @@ -380,7 +380,7 @@ def clean_subject(subject, drop_prefixes=None): def clean_content(content): """Remove cruft from the email message. - Catch ignature (-- ) and list footer (_____) cruft. + Catch signature (-- ) and list footer (_____) cruft. """ sig_re = re.compile(r'^(-- |_+)\n.*', re.S | re.M) content = sig_re.sub('', content) -- 2.8.2 _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork