From: Tom Hughes Date: Mon, 24 Mar 2014 22:48:40 +0000 (+0000) Subject: Allow local part suffixes on email X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/57434119f63944fdfaa857d86607fa0b8b4aa01e Allow local part suffixes on email --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 52816e7fa..41403b04b 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -575,6 +575,8 @@ noreply: <% end -%> <% if details[:local_parts] -%> local_parts = <%= details[:local_parts].join(" : ") %> + local_part_suffix = +* + local_part_suffix_optional <% end -%> <% if details[:host] -%> <% if details[:host].kind_of?(Array) -%>