From: Stephen Gran Date: Wed, 15 Jul 2009 13:58:01 +0000 (+0100) Subject: Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=baf669afc6462190b8eebdecfca0996022242405;hp=ebc9e50e5eed864a91ba0773c69cc1bab77b9bfb;p=mirror%2Fdsa-puppet.git Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 8762026ad..bb1808a7a 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -885,7 +885,7 @@ acl_check_mime: condition = ${if eq {$acl_m_prf}{markup}} set acl_m_srb = ${perl{surblspamcheck}} condition = ${if eq{$acl_m_srb}{false}{no}{yes}} - message = X-Surbl-Hit: $acl_m_srb + message = X-Surbl-Hit: $primary_hostname: $acl_m_srb accept condition = ${if eq {$acl_m_prf}{markup}} @@ -988,7 +988,7 @@ out=' condition = ${if eq {$acl_m_prf}{markup}} set acl_m_srb = ${perl{surblspamcheck}} condition = ${if eq{$acl_m_srb}{false}{no}{yes}} - message = X-Surbl-Hit: $acl_m_srb + message = X-Surbl-Hit: $primary_hostname: $acl_m_srb accept condition = ${if eq {$acl_m_prf}{markup}}