Re: [Exim] Fw: using the result of a perl script as address …

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Pascal Bourdais, exim-users
Assumpte: Re: [Exim] Fw: using the result of a perl script as address list
Pascal Bourdais wrote:
> Hi,
>
> Sorry to insist, but is my question a really silly one, or is there no answer to it ?
>
> I wonder if I have to continue looking for an answer or if I'd better look for a workarround


in exim4 use a router like this one should work

generated_addresses
driver = redirect
data = ${run{/your/perl/script $argument}{$value}}
no_verify


ciao