[Mimedefang] boilerplate on multiple MX machines

David F. Skoll dfs at roaringpenguin.com
Mon Mar 15 21:29:44 EST 2004


On Mon, 15 Mar 2004, J.D. Bronson wrote:

> I thought I would post how I did this. I am not sure its correct, but it
> works exactly as I expect it to:

It shouldn't.

>      return if (in_message_context("X-Disclaimer-Added"));

in_message_context is an internal, undocumented function that is not
part of the MIMEDefang API.  It doesn't do what you think it does.

To make it work properly, you need to open the HEADERS file and check
for an existing header.  Search the list archives for HEADERS for examples.

Regards,

David.



More information about the MIMEDefang mailing list