From: Stephen Gran Date: Thu, 23 Jul 2009 20:52:21 +0000 (+0100) Subject: add log message X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=820c193e121a56651b6e132e6f507ac4b63afb6c;p=mirror%2Fdsa-puppet.git add log message Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 437f3fe0b..f156a03fb 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -891,6 +891,7 @@ acl_check_mime: condition = ${if eq {$acl_m_prf}{blackhole}} set acl_m_srb = ${perl{surblspamcheck}} condition = ${if eq{$acl_m_srb}{false}{no}{yes}} + log_message = discarded surbl message for $recipients warn condition = ${if <{$message_size}{256000}} condition = ${if eq {$acl_m_prf}{markup}} @@ -980,6 +981,7 @@ out = ' discard condition = ${if eq {$acl_m_prf}{blackhole}{no}{yes}} demime = * malware = */defer_ok + log_message = discarded malware message for $recipients deny condition = ${if eq {$acl_m_prf}{markup}{no}{yes}} demime = * @@ -1002,6 +1004,7 @@ out=' condition = ${if eq {$acl_m_prf}{blackhole}} set acl_m_srb = ${perl{surblspamcheck}} condition = ${if eq{$acl_m_srb}{false}{no}{yes}} + log_message = discarded surbl message for $recipients warn condition = ${if <{$message_size}{256000}} condition = ${if eq {$acl_m_prf}{markup}}