From: Mark Wooding Date: Sat, 25 Jan 2014 19:53:01 +0000 (+0000) Subject: lists.m4: Need separate local-part and address lists for `user_extaddr'. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/4e544ee69bccb32c8d6c6662c9f0fdf56db0497e?hp=4ff4d3045f12bcdfeaf3d8bc2cd924d1ba5b613d lists.m4: Need separate local-part and address lists for `user_extaddr'. Since named lists of different types live in separate namespaces, we have to duplicate. This is a little annoying. --- diff --git a/lists.m4 b/lists.m4 index 85d48c2..52c42da 100644 --- a/lists.m4 +++ b/lists.m4 @@ -52,6 +52,7 @@ domainlist known = +public : \ localpartlist dom_users = ${expand:KV(users, {$value}{*})} localpartlist dom_locals = ${expand:KV(locals, {$value}{+user_extaddr})} localpartlist user_extaddr = ^CONF_user_extaddr_regexp +addresslist user_extaddr = ^CONF_user_extaddr_regexp DIVERT(null) ###----- That's all, folks --------------------------------------------------