On Tue, 5 Jul 2005, Jason Martens wrote: > I know that the lookup is working, because I am using the exact same > lookup for the data = part, and that works as expected. Here's my > router config: [...] If I change senders to "senders = > [EMAIL PROTECTED]", then it works just fine. Any thoughts?
The difference between "senders" and "data" is that the former is a list and the latter is not. You need to either double the colons in the lookup, or prefix it with <| to change the separator from : to | or you can use any other character that doesn't appear in the string. 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/
