From 57434119f63944fdfaa857d86607fa0b8b4aa01e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 24 Mar 2014 22:48:40 +0000 Subject: [PATCH 1/1] Allow local part suffixes on email --- cookbooks/exim/templates/default/exim4.conf.erb | 2 ++ 1 file changed, 2 insertions(+) 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) -%> -- 2.43.2