Hi all,
local_part isn't available at the time hold_domains is expanded. If
there a way to achieve something like this:
hold_domains = mysql;SELECT SUBSTRING_INDEX(address, '@', -1) AS domain \
FROM mail_hold \
WHERE address =
'${quote_mysql:$local_pa...@${quote_mysql:$domain}' \
OR address ='%...@${quote_mysql:$domain}';
Thanks,
Ian
--
## 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/