On 2007-09-21 at 00:01 +0200, Peter Thomassen wrote: > I have set up an additional router that determines the target mailbox by > looking up an alias file using lsearch*.
> Unfortunately, the recipients that are being routed to a particular user > (root!) are finally also routed to peter, obviously because the wildcard > alias is greedy and also catches all other users. > > The question now is: How do I define a "catch-rest" wildcard that does not > affect any recipients that are processed otherwise? Since that's what lsearch* is supposed to be, something else is happening in your configuration. "Default values in single-key lookups": If "*" is added to a single-key lookup type (for example, lsearch*) and the initial lookup fails, the key "*" is looked up in the file to provide a default value. See also the section on partial matching below. You'll need to post the Routers section of your config file and preferably also the output of "exim -d+route+lookup -bt root". -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
