Re: [exim] Remove headers before ACL

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Gennady Proskurin
Data:  
Para: exim-users
Assunto: Re: [exim] Remove headers before ACL
You can also remove headers in system filter (after acl and before routers or transports)

On Fri, Jul 11, 2008 at 01:47:30AM -0700, Phil Pennock wrote:
> On 2008-07-11 at 08:46 +0200, Alexandre Busquets Triola wrote:
> > How I can remove headers before ACL o in ACL?
>
> You can't, as far as I know.
>
> You can use headers_remove on a Router or Transport. But that's it.
>
> What problem are you trying to solve?
>
> -Phil