From: Barry Warsaw Date: Tue, 5 Nov 2002 20:53:18 +0000 (+0000) Subject: Test case, distilled from SF bug #631350, where a subobject in a X-Git-Tag: v2.3c1~3567 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00e6a02ef89fa8d4e388bee94acc2240ce961d5f;p=thirdparty%2FPython%2Fcpython.git Test case, distilled from SF bug #631350, where a subobject in a multipart/digest isn't a message/rfc822. This is legal, but counter to recommended practice in RFC 2046, $5.1.5. --- diff --git a/Lib/email/test/data/msg_34.txt b/Lib/email/test/data/msg_34.txt new file mode 100644 index 000000000000..055dfea53108 --- /dev/null +++ b/Lib/email/test/data/msg_34.txt @@ -0,0 +1,19 @@ +From: aperson@dom.ain +To: bperson@dom.ain +Content-Type: multipart/digest; boundary=XYZ + +--XYZ +Content-Type: text/plain + + +This is a text plain part that is counter to recommended practice in +RFC 2046, $5.1.5, but is not illegal + +--XYZ + +From: cperson@dom.ain +To: dperson@dom.ain + +A submessage + +--XYZ--