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.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang