On Mon, 3 May 2004, Tim Pushor wrote: > Any quick recipes for rebuilding a message out of the MIME::Entity > object in filter_end? ;-)
Well, you just manipulate it using the MIME::Entity functions (removing parts is reasonably easy; you just manipulate the $entity->parts array.) Once you have it how you want it, you write it out as a MIME message using $entity->print_body() on the topmost entity. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

