From 025eb2edb0be0e9fb99d26079db21a455cae04e7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 26 Jan 2014 16:02:56 +0000 Subject: [PATCH] config.m4: List `+' suffixes first. Otherwise `foo+ping-pong' gets delivered to `foo+ping' with suffix `-pong', which is obviously silly. Maybe we need to do something cleverer, but this will do for now. --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index d84f648..e9b1e35 100644 --- a/config.m4 +++ b/config.m4 @@ -55,7 +55,7 @@ DEFCONF(alias_file, /etc/aliases) DEFCONF(ca_dir, /etc/ca) ## User address suffix handling. -DEFCONF(user_suffix_list, -* : +*) +DEFCONF(user_suffix_list, +* : -*) DEFCONF(user_extaddr_regexp, $acl_c_user([-+@]|\$)) DEFCONF(user_extaddr_fixup, ${sg {$local_part_suffix}{^[-+]}{}}) -- 2.11.0