On 04/30/2014 09:06 PM, Lindsay Haisley wrote:
> On Wed, 2014-04-30 at 17:42 -0700, Mark Sapiro wrote:
>> If this is set to Wrap Message, just wrap the message in an outer
>> message From: the list with Content-Type: message/rfc822.
>>
> Since this is the _outer_ wrapper, shouldn't this be multipart/mixed?
> The inner _real_ list post is Content-Type: message/rfc822.


Actually, initially, an outer message with Content-Type: message/rfc822
is created with body equal to the original message. I.e. as described.

But, by the time the user receives it, it will have been decorated with
msg_header and/or msg_footer assuming at least one is non empty, and it
then becomes some subset of

multipart/mixed
    text/plain      <- the msg_header
    message/rfc822  <- the original message
    text/plain      <- msg_footer

but initially, it is just a single part message/rfc822 message
containing the original message, analogous to a single part text/plain
message containing a plain text body.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to