From 59e02c110da24c8cfb1b14edd737667a7f061937 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 24 Feb 2004 20:58:10 +0000 Subject: [PATCH] fix typo in reference to RFC 3464 DSN MIME type --- Doc/lib/emailparser.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex index 706ecbbf1f..1e8597c66f 100644 --- a/Doc/lib/emailparser.tex +++ b/Doc/lib/emailparser.tex @@ -144,7 +144,7 @@ Here are some notes on the parsing semantics: \class{Message} subparts. \item Most messages with a content type of \mimetype{message/*} - (e.g. \mimetype{message/deliver-status} and + (e.g. \mimetype{message/delivery-status} and \mimetype{message/rfc822}) will also be parsed as container object containing a list payload of length 1. Their \method{is_multipart()} method will return \code{True}. The -- 2.50.1