mirror of https://github.com/python/cpython
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.
This commit is contained in:
parent
9288f95cb5
commit
00e6a02ef8
|
@ -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--
|
Loading…
Reference in New Issue