]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2009 12:29:05 +0000 (14:29 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2009 12:29:05 +0000 (14:29 +0200)
modules/debian-org/misc/local.yaml
modules/exim/templates/eximconf.erb

index 2d03daa3a0c6c86241d16c3bdf6d44c3cf743ce9..6db58bee06b586790b5d25d608c0b9bcc5b61da6 100644 (file)
@@ -8,6 +8,7 @@ nameinfo:
   arcadelt.debian.org: Jacques Arcadelt (also Jacob Arcadelt) (?1507 - October 14, 1568)
   argento.debian.org: Dominick Argento (b. October 27, 1927)
   bartok.debian.org: Béla Viktor János Bartók (March 25, 1881 - September 26, 1945)
+  bellini.debian.org: Vincenzo Salvatore Carmelo Francesco Bellini (November 3rd, 1801 - September 23rd, 1835)
   brahms.debian.org: Johannes Brahms (May 7, 1833 - April 3, 1897)
   carver.debian.org: Robert Carver (ca.1485 - ca.1570)
   chopin.debian.org: Frédéric Chopin (1 March 1810 - 17 October 1849)
index 46f624e60efaec77ab2aea5896194bbc03673021..562a4d62c3a0387d983aa7059320028776e73a89 100644 (file)
@@ -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?
@@ -1422,6 +1413,7 @@ address_reply:
 remote_smtp:
   driver = smtp
   connect_timeout = 1m
+  delay_after_cutoff = false
 <%=
 out = ""
 if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
@@ -1438,6 +1430,7 @@ out = '
 remote_smtp_smarthost:
   debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
   driver = smtp
+  delay_after_cutoff = false
   port = '
   out += nodeinfo['smarthost_port'].to_s + "\n"
   if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"