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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheldon Hearn
日付:  
To: Steffen Herold
CC: exim-users
題目: 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.