eximconf: make NDRs contain only headers, not bodies
[mirror/dsa-puppet.git] / modules / exim / templates / eximconf.erb
index 9768f25..5d0f03a 100644 (file)
@@ -176,6 +176,13 @@ local_from_check = false
 gecos_pattern = ^([^,:]*)
 gecos_name = $1
 
+# Do *not* include the body of the original message in a bounce
+# The combinaton of bounce_return_message and bounce_return_body
+# allows us to return only the headers within a bounce
+
+bounce_return_message = true
+bounce_return_body    = false
+
 # This tells Exim to immediately discard error messages (ie double bounces).
 ignore_bounce_errors_after = 0s
 auto_thaw = 1d