Vincent Danen wrote:
>
> On Tuesday, November 26, 2002, at 04:21 PM, Nico Erfurth wrote:
>
>>> Is there such a thing as a "catch all" .forward file? I'm trying to
>>> get virtual domains working, and I've got setup the following router:
>>> virtual:
>>> driver = redirect
>>> domains = lsearch;/etc/exim/virtual/conf
>>> data = ${lookup{$local_part}lsearch{/etc/exim/virtual/$domain}}
>>
>>
>> data = ${lookup{$local_part}lsearch*{/etc/exim/virtual/$domain}}
>> ^ ;)
>
>
> What does the "*" add?
it says "first search for the key, if this fails, search for *".
ciao