Re: [Exim] string expansion problem in the rewriting section

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sheldon Hearn
Fecha:  
A: Steffen Herold
Cc: exim-users
Asunto: Re: [Exim] string expansion problem in the rewriting section

On Mon, 18 Jun 2001 08:38:02 +0200, Steffen Herold wrote:

> In this configuration I can't use the $2 variable in the second
> lookup.(or $domain) So how can I make
> this to work.


Also, are you sure you want to match the whole domain? Possibly, you
want a partial- lookup against entries like this:

    *.foo.com
    *.bar.com


Then, $3 is your domain name (foo.com and bar.com respectively for the
examples above).

Ciao,
Sheldon.