chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84f89e
)
config.m4: List `+' suffixes first.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 26 Jan 2014 16:02:56 +0000
(16:02 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 26 Jan 2014 16:02:56 +0000
(16:02 +0000)
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
patch
|
blob
|
blame
|
history
diff --git
a/config.m4
b/config.m4
index d84f648e18d70c0af771505f37cba509e6fd9a04..e9b1e354971fa371fc395aad8e1106055777c584 100644
(file)
--- 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}{^[-+]}{}})