From: Stephen Gran Date: Sun, 21 Jun 2009 12:05:51 +0000 (+0100) Subject: No one uses this feature X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=aadb971cbc1ba5b8443105247ed995e82fef3f4f;p=mirror%2Fdsa-puppet.git No one uses this feature Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index e5f5ba7fc..562a4d62c 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -884,15 +884,6 @@ out = ' end out %> - - deny spam = $value/defer_ok - domains = +handled_domains : +rcpthosts - message = message got a spam score of $spam_score - local_parts = ${if exists {/etc/exim4/sa_users}\ - {${if match_domain{$domain}{+virtual_domains}\ - {${lookup{$local_part@$domain}nwildlsearch{/etc/exim4/sa_users}{$local_part}{}}}\ - {${lookup{$local_part}lsearch{/etc/exim4/sa_users}{$local_part}{}}}}}} - <%= out='' if nodeinfo.has_key?('heavy_exim') and not nodeinfo['heavy_exim'].empty?