On Mon, 22 Aug 2011 10:36:00 -0700 (PDT) [email protected] wrote: > However, since MD must first parse the message to determine whether > it is already a multipart/* type, wouldn't it make sense to save that > information into a global variable available during body processing?
Yes. Right now, it sets an undocumented variable $WasMultipart to 1 if the message was originally multipart and 0 if it was not. It makes sense to have another variable hold the original top-level type; I'll implement this for the next release. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

