Re: [exim] changing envelope from within an user filter

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] changing envelope from within an user filter
On 20/09/2021 17:05, Andreas Barth via Exim-users wrote:
> I'd
> like to take the decision in an filter script, and not within the main
> configuration file.
>
> Is there a way to achive that?


Nothing that comes to mind is particularly convenient.

I'd suggest that you can probably do anything you want
in a data-time ACL, equivalent to doing it in a system
filter, and that would give you the use of any named
acl variable - set in ACL and use for expansion in the
transport.
--
Cheers,
Jeremy