On Fri, 1 Jul 2005, Phil Pennock wrote: > > So using the local_parts option on a Router is not safe for all valid > LHSs? Is this considered a bug, a mis-feature or just Phil Is Silly?
It's a misfeature of the list construction syntax. You can probably work around it by using a regex match for the local part instead of simple string matching, e.g. ^barking $ : ^ wacky$ Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
