On Wed, 5 May 2004, Kevin A. McGrail wrote: > So you'll need to loop through the MIME Entities on the email, see if any > are TIFFs, run PerlMagick on them to convert to PDF and then replace the > MIME Entity with the new PDF entity. Perhaps David has an idea about the > loop on the mime entities because I don't but are you saying you don't know > enough about perl to go anywhere with this information?
See action_external_filter in the mimedefang-filter man page. But you'll also need to change the entity's MIME type and probably filename. And efficiency will be very poor. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

