From dad90c202aa7e1d14e489f63858d00a1056eda0c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 10 Sep 2002 15:43:30 +0000 Subject: [PATCH] A sample message with broken MIME boundaries. --- Lib/email/test/data/msg_31.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Lib/email/test/data/msg_31.txt diff --git a/Lib/email/test/data/msg_31.txt b/Lib/email/test/data/msg_31.txt new file mode 100644 index 00000000000..1e58e56cf52 --- /dev/null +++ b/Lib/email/test/data/msg_31.txt @@ -0,0 +1,15 @@ +From: aperson@dom.ain +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary=BOUNDARY_ + +--BOUNDARY +Content-Type: text/plain + +message 1 + +--BOUNDARY +Content-Type: text/plain + +message 2 + +--BOUNDARY--