Les Mikesell wrote:

> I don't see much except the content to
> distinguish them.

Is the disclaimer actually attached as a separate text/plain or
text/html part?

If so, then inside filter, you can do something like this:

if($entity->effective_type eq 'text/html') {
    # Open the body and read the first couple of lines
    # If they look like your disclaimer, then call:
    action_drop();
}

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

Reply via email to