mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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
1 changed files with 19 additions and 0 deletions
19
Lib/email/test/data/msg_34.txt
Normal file
19
Lib/email/test/data/msg_34.txt
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue