Les Mikesell wrote: > Even worse - it's a multipart/alternative with both text/plain > and text/html versions. And so is the message body...
OK. Then you need to check in filter_multipart. If it's a multipart/alternative, then look at the sub-parts. (man MIME::Entity). If the first sub-part is text/html and looks like your disclaimer, then you call action_drop from inside filter_multipart. That drops the whole multipart/alternative including the component parts. Regards, David. _______________________________________________ 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

