Re: [EXIM] Rewriting for not-local_domains

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ben Smithurst
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Rewriting for not-local_domains
On Wed, 8 Jul 1998, Marc Haber wrote:

> try something like
>
> |*@intra.net "${if eq{$domain}{intra.net}fail{user@???} Ffs
>
> Just an educated guess, it's time for me to pay back for the help I
> have been getting here. I didn't actually try this, though.


Yes, but there is more than one domain in local_domains he wants to
account for. (oh, and Ffrs would include reply-to.) There must be
some regex like

if match{$local_domains}{[:^]$domain[:$]} {user@isp} fail

that would work...

--
Ben Smithurst <ben@???> <http://www.scientia.demon.co.uk/>


--
*** Exim information can be found at http://www.exim.org/ ***