[Mimedefang] Managing Quarantined Messages

David F. Skoll dfs at roaringpenguin.com
Tue May 4 08:13:56 EDT 2004


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.



More information about the MIMEDefang mailing list