On Thu, 28 Oct 2004, Aleksandar Milivojevic wrote: > I've just compiled and tested it. Seems to work nicely. The only > (rather minor thing) is that if there's no content-type header in the > message, $entity->head->get() will return multipart/mixed (plus > internally generated boundary),
That's a feature, not a bug. We always wrap the message in a multipart/mixed container if it wasn't multipart originally. (It simplifies later processing steps.) Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

