Re: [exim] System_filter.exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Dalbec
日付:  
To: Andrew Riesel, exim-users
題目: Re: [exim] System_filter.exim
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
>