Re: [Exim] Several transport_filter ?

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Nicolas Ecarnot
CC: exim-users
Tárgy: Re: [Exim] Several transport_filter ?
Nicolas Ecarnot wrote:

> Those two scripts really do separate things, no relation.
>
> I'd like to use them *both*.
>
> What clean method could I use to call them both in my config file ?


Either merge the scripts, or use a small wrapperscript that does

./script1 | ./script2

Nico