From: Tom Hughes Date: Fri, 29 Jun 2018 23:06:09 +0000 (+0100) Subject: Rewrite user@host.openstreetmap.org to user@openstreetmap.org in headers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8909cde8cf1e6825af4c727931f5030702366a11?hp=14a572f18ce1a0067cea443b45f4c19808b627ca Rewrite user@host.openstreetmap.org to user@openstreetmap.org in headers --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 939b2abcd..fa3346824 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -775,7 +775,7 @@ begin retry # There are no rewriting specifications in this default configuration file. begin rewrite -*@<%= node[:fqdn] %> $1@openstreetmap.org E +*@<%= node[:fqdn] %> $1@openstreetmap.org Eh <% node[:exim][:rewrites].each do |rewrite| -%> <%= rewrite[:pattern] %> <%= rewrite[:replacement] %> <%= rewrite[:flags] %> <% end -%>