[exim] String expansion from database, possible?

Góra strony
Delete this message
Reply to this message
Autor: Robert Blayzor
Data:  
Dla: exim-users
Temat: [exim] String expansion from database, possible?
I have an Exim router looking up a simple redirect from one domain to another:

db_routed:
driver = redirect
allow_defer
allow_fail
domains = +db_dns
data = ${lookup pgsql {REDIR_SQL}{$value}fail}
user = mailnull
group = mail
pipe_transport = address_pipe
file_transport = address_file



The query works, and returns:

$local_part@???



However the "$local_part" is never expanded and is used literally... from the log:


2012-11-20 15:45:57 1Taq1N-0000LE-1P ** $local_part@??? <foo@???>: No such mailbox



Does string expansion not happen on data returned by the database? ideas on what to check?

TIA

--
Robert Blayzor
INOC, LLC
rblayzor@???
http://www.inoc.net/~rblayzor/