]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/templates/default/exim4.conf.erb
Send wiki mail notifications from a noreply address
[chef.git] / cookbooks / exim / templates / default / exim4.conf.erb
index 41403b04bd31d67a74005d622625fac731ba0eaf..b5360c5844a307a3adeb3aa69c9fb13d6815a2f4 100644 (file)
@@ -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 -%>