[Mimedefang] How to strip existing 'X-' lines from a message

David F. Skoll dfs at roaringpenguin.com
Thu Jul 10 08:31:01 EDT 2003


On Thu, 10 Jul 2003, G. Roderick Singleton wrote:

>         action_delete_all_headers("X-");

Will only delete headers named "X-".  There are no wildcard matches.

If you really want to delete all X- headers, you have to open up
the file ./HEADERS, read it, pick off the X- headers, and call
action_delete_all_headers with every X- header that you find.

--
David.



More information about the MIMEDefang mailing list