X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d6a8bad7df4435fe77a72b05cb23c62c945541d5..d5cbd676788c5f642f87e103b2d0fd0c31fcdb07:/cookbooks/exim/templates/default/exim4.conf.erb diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 41403b04b..b5360c584 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -760,6 +760,9 @@ begin retry # There are no rewriting specifications in this default configuration file. begin rewrite +<% node[:exim][:rewrites].each do |rewrite| -%> +<%= rewrite[:pattern] %> <%= rewrite[:replacement] %> <%= rewrite[:flags] %> +<% end -%>