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.