summaryrefslogtreecommitdiff
path: root/tests/static
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static')
-rw-r--r--tests/static/mail/malformed-header-CTE.eml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/static/mail/malformed-header-CTE.eml b/tests/static/mail/malformed-header-CTE.eml
new file mode 100644
index 00000000..1c3895c2
--- /dev/null
+++ b/tests/static/mail/malformed-header-CTE.eml
@@ -0,0 +1,10 @@
+Subject: malformed Content-Transfer-Encoding
+To: lucc@github
+From: test@alot
+MIME-Version: 1.0;
+Content-Type: text/plain; charset=iso-8859-1;
+Content-Transfer-Encoding: 7bit;
+
+This message contains a malformed header value for the "Content-Transfer-Encoding":
+It should be "7bit", not "7bit;".
+issue #1301