X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/57434119f63944fdfaa857d86607fa0b8b4aa01e..b09d9f97fea24b4a1f56a97724d13752d6340996:/cookbooks/exim/templates/default/exim4.conf.erb?ds=inline 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 -%>