Re: [exim] Splitting the stream

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Simon Faulkner
Fecha:  
A: John Robinson
Cc: exim-users@exim.org
Asunto: Re: [exim] Splitting the stream
John Robinson wrote:
> On 05/12/2006 20:48, Simon Faulkner wrote:
>>> An (exim) router, or two, conditioned on lookups onto that file.
>> OK, I can do that but so far, only on domain :-(
>>
>> Is there a variable like $domain or £local_part but for the whole address?
>
> Well, you could always look up $local_part@$domain, e.g.
>    condition = 
> ${lookup{$local_part@$domain}lsearch{/etc/exim/emails}{true}{false}}



Gentlemen, thank you,

I'm off to experiment...

:-)