[Vmail-discuss] sender_address_relay not being parsed

Roland Knall r.knall at prokom.at
28 Apr 2003 10:38:36 +0200


Hi 

I do have a mysql lookup in the sender_address_relay clause. This
concats *@ with the domain_name and prints it to a list:

sender_address_relay = <#mysql;select CONCAT('*@', domain_name) AS
domain_name from domain where domain_name = '${key}'#mysql;select
CONCAT('*@', alias) as domain_name from domain_alias where alias =
'${key}'

But for whatever reason exim completly ignores this setting. I tested it
with exim -bh <host> -d9 and it did not get parsed at all.

Does anyone has an idea why?

regards, Roland