Andrew Riesel wrote: > I am hoping that someone knows the answer to this.. > > I have the system_filter.exim set up currently to reject messages > containing exe,vbs,bat, etc... > However, instead of rejecting them I want to change the file extentions > from .exe to _exe without rejecting them.
You want to modify the message body, which Exim is designed not to do. > Does anyone know hot to do this, and if so what is the syntax to do it. > I would appreciate any help. You would have to pipe the message through an external program using the "pipe" command. John > > Thanks in advanced, > Andrew > -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
