Ok my bad. For some reason when it attached the message I didn't include the original headers of the message so it didn't have the original content type to display the message/rfc822 attachment.
On 1/3/07, Robert Nicholson <[EMAIL PROTECTED]> wrote:
In my log mailbox ie. a mailbox where I record the original headers for a message and a comment explaining how it was processed ie. which rules made it a candidate for rejection or what it matched to determine which folder it was moved to I do something very similar to report_safe ie. add a text/plain inline part and keep the original as a rfc822 attachment. This doesn't appear to work as expected for mail that was originally text/html as no content type is present thereafter. Looking at rewrite_report_safe I also see no attempt to preserve any text/html content-type either. So why is that? Are there mail clients that see <html> in the body of the message and know to display them as html? Mail.app under OSX seems to want to see an actual content-type in order to kick in it's html view.