diff options
author | Barry Warsaw <barry@python.org> | 2004-10-09 22:57:57 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-10-09 22:57:57 (GMT) |
commit | 6bd55ee1ef98ddf72a2707f64e3a8606b2e3da05 (patch) | |
tree | 8b81d2db9415d7cc18094658ed3753cfcec539f1 /Lib/email | |
parent | 83f1a1b1f732d6489c322435b72f59db5de2716f (diff) | |
download | cpython-6bd55ee1ef98ddf72a2707f64e3a8606b2e3da05.zip cpython-6bd55ee1ef98ddf72a2707f64e3a8606b2e3da05.tar.gz cpython-6bd55ee1ef98ddf72a2707f64e3a8606b2e3da05.tar.bz2 |
An example message for SF bug # 1030941.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/test/data/msg_42.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_42.txt b/Lib/email/test/data/msg_42.txt new file mode 100644 index 0000000..a75f8f4 --- /dev/null +++ b/Lib/email/test/data/msg_42.txt @@ -0,0 +1,20 @@ +Content-Type: multipart/mixed; boundary="AAA" +From: Mail Delivery Subsystem <xxx@example.com> +To: yyy@example.com + +This is a MIME-encapsulated message + +--AAA + +Stuff + +--AAA +Content-Type: message/rfc822 + +From: webmaster@python.org +To: zzz@example.com +Content-Type: multipart/mixed; boundary="BBB" + +--BBB-- + +--AAA-- |