Hi, Just a general comment: If someone hands you a MIME::Entity object, you shouldn't assume it's single-part. Nor should you assume it's multi-part. Your code should adapt to whatever it has been given.
It turns out MIMEDefang does always start out with a multipart (for boring technical reasons) but your code shouldn't care. Regards, Dianne. _______________________________________________ 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

