From 4e544ee69bccb32c8d6c6662c9f0fdf56db0497e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Jan 2014 19:53:01 +0000 Subject: [PATCH] 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. --- lists.m4 | 1 + 1 file changed, 1 insertion(+) 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 -------------------------------------------------- -- 2.11.0