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

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Sheldon Hearn
Data:  
Para: Steffen Herold
CC: exim-users
Assunto: 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.