git-commit-vandalism/t/t5100
Đoàn Trần Công Danh 0b689562ca mailinfo: warn if CRLF found in decoded base64/QP email
When SMTP servers receive 8-bit email messages, possibly with only
LF as line ending, some of them decide to change said LF to CRLF.

Some mailing list softwares, when receive 8-bit email messages,
decide to encode those messages in base64 or quoted-printable.

If an email is transfered through above mail servers, then distributed
by such mailing list softwares, the recipients will receive an email
contains a patch mungled with CRLF encoded inside another encoding.

Thus, such CR (in CRLF) couldn't be dropped by "mailsplit".
Hence, the mailed patch couldn't be applied cleanly.
Such accidents have been observed in the wild [1].

Instead of silently rejecting those messages, let's give our users
some warnings if such CR (as part of CRLF) is found.

[1]: https://nmbug.notmuchmail.org/nmweb/show/m2lf9ejegj.fsf%40guru.guru-group.fi

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-05-10 15:06:22 +09:00
..
.gitattributes Mark files in t/t5100 as UTF-8 2009-10-21 11:27:50 -07:00
0001mboxrd mailsplit: support unescaping mboxrd messages 2016-06-06 11:14:43 -07:00
0002mboxrd mailsplit: support unescaping mboxrd messages 2016-06-06 11:14:43 -07:00
comment.expect mailinfo: unescape quoted-pair in header fields 2016-09-28 13:21:18 -07:00
comment.in mailinfo: unescape quoted-pair in header fields 2016-09-28 13:21:18 -07:00
embed-from.expect
embed-from.in
empty mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
info0001 mailinfo: cleanup extra spaces for complex 'From:' 2009-02-01 12:11:15 -08:00
info0002
info0003 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
info0004 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
info0005 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
info0006 mailinfo: do not get confused with logical lines that are too long. 2007-02-27 01:02:32 -08:00
info0007 Add a couple more test cases to the suite. 2007-03-12 23:33:41 -07:00
info0008 Add a couple more test cases to the suite. 2007-03-12 23:33:41 -07:00
info0009 mailinfo: feed only one line to handle_filter() for QP input 2008-02-15 22:16:34 -08:00
info0010 git-mailinfo: Fix getting the subject from the in-body [PATCH] line 2008-07-13 17:21:15 -07:00
info0011 mailinfo: fix MIME multi-part message boundary handling 2008-08-09 01:26:35 -07:00
info0012 Revert "mailinfo: Remove only one set of square brackets" 2009-07-15 15:10:06 -07:00
info0012--message-id git-mailinfo: add --message-id 2014-11-25 15:24:55 -08:00
info0013 mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)' 2009-01-28 15:12:24 -08:00
info0014 am/mailinfo: Disable scissors processing by default 2009-08-26 22:22:22 -07:00
info0014--scissors am/mailinfo: Disable scissors processing by default 2009-08-26 22:22:22 -07:00
info0015 git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
info0015--no-inbody-headers git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
info0016 git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
info0016--no-inbody-headers git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
info0017 mailinfo: do not concatenate charset= attribute values from mime headers 2012-09-17 15:24:52 -07:00
info0018 mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
info0018--no-inbody-headers mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
info-from.expect mailinfo: avoid violating strbuf assertion 2008-08-19 19:36:56 -07:00
info-from.in mailinfo: avoid violating strbuf assertion 2008-08-19 19:36:56 -07:00
msg0001
msg0002 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
msg0003 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
msg0004 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
msg0005 t5100: mailinfo and mailsplit tests. 2006-06-17 16:26:20 -07:00
msg0006
msg0007 Add a couple more test cases to the suite. 2007-03-12 23:33:41 -07:00
msg0008 Add a couple more test cases to the suite. 2007-03-12 23:33:41 -07:00
msg0009
msg0010
msg0011 mailinfo: fix MIME multi-part message boundary handling 2008-08-09 01:26:35 -07:00
msg0012 mailinfo: correctly handle multiline 'Subject:' header 2009-01-10 17:54:30 -08:00
msg0012--message-id git-mailinfo: add --message-id 2014-11-25 15:24:55 -08:00
msg0013
msg0014 am/mailinfo: Disable scissors processing by default 2009-08-26 22:22:22 -07:00
msg0014--scissors am/mailinfo: Disable scissors processing by default 2009-08-26 22:22:22 -07:00
msg0015 mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
msg0015--no-inbody-headers git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
msg0016 git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
msg0016--no-inbody-headers git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
msg0017 mailinfo: do not concatenate charset= attribute values from mime headers 2012-09-17 15:24:52 -07:00
msg0018 mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
msg0018--no-inbody-headers mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
nul-b64.expect mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths 2008-05-25 13:22:18 -07:00
nul-b64.in mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths 2008-05-25 13:22:18 -07:00
nul-plain t5100: Avoid filename "nul" 2008-05-27 23:12:29 -07:00
patch0001
patch0002 diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0003 diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0004
patch0005
patch0006
patch0007
patch0008 Add a couple more test cases to the suite. 2007-03-12 23:33:41 -07:00
patch0009 mailinfo: feed only one line to handle_filter() for QP input 2008-02-15 22:16:34 -08:00
patch0010 diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0011 diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0012 mailinfo: correctly handle multiline 'Subject:' header 2009-01-10 17:54:30 -08:00
patch0012--message-id git-mailinfo: add --message-id 2014-11-25 15:24:55 -08:00
patch0013 mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)' 2009-01-28 15:12:24 -08:00
patch0014 diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0014--scissors diff --stat: use less columns for change counts 2012-04-30 14:17:26 -07:00
patch0015 git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
patch0015--no-inbody-headers git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
patch0016 git am/mailinfo: Don't look at in-body headers when rebasing 2009-11-20 23:14:02 -08:00
patch0016--no-inbody-headers
patch0017 mailinfo: do not concatenate charset= attribute values from mime headers 2012-09-17 15:24:52 -07:00
patch0018 mailinfo: handle in-body header continuations 2016-09-21 10:23:11 -07:00
patch0018--no-inbody-headers
quoted-cr-info mailinfo: warn if CRLF found in decoded base64/QP email 2021-05-10 15:06:22 +09:00
quoted-cr-msg
quoted-cr-patch mailinfo: warn if CRLF found in decoded base64/QP email 2021-05-10 15:06:22 +09:00
quoted-cr.mbox
quoted-from.expect mailinfo: make ">From" in-body header check more robust 2014-09-16 11:05:46 -07:00
quoted-from.in mailinfo: make ">From" in-body header check more robust 2014-09-16 11:05:46 -07:00
quoted-string.expect mailinfo: unescape quoted-pair in header fields 2016-09-28 13:21:18 -07:00
quoted-string.in mailinfo: unescape quoted-pair in header fields 2016-09-28 13:21:18 -07:00
rfc2047-info-0001
rfc2047-info-0002 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-info-0003
rfc2047-info-0004 mailinfo: cleanup extra spaces for complex 'From:' 2009-02-01 12:11:15 -08:00
rfc2047-info-0005
rfc2047-info-0006 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-info-0007
rfc2047-info-0008 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-info-0009 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-info-0010 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-info-0011 mailinfo: tests for RFC2047 examples 2009-01-28 16:23:21 -08:00
rfc2047-samples.mbox
sample.mbox
sample.mboxrd mailsplit: support unescaping mboxrd messages 2016-06-06 11:14:43 -07:00