]> git.openstreetmap.org Git - chef.git/commitdiff
Don't reject on an error from zen.spamhaus.org
authorTom Hughes <tom@compton.nu>
Fri, 8 Jul 2022 14:18:38 +0000 (15:18 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 8 Jul 2022 14:18:38 +0000 (15:18 +0100)
roles/mail.rb

index d1b2af87d387bf5285de72442c433888f3aa6399..9e3f9bdc907e190344817a8e9e47537c76d78de7 100644 (file)
@@ -30,7 +30,7 @@ default_attributes(
     :smtp_accept_max => 200,
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,
     :smtp_accept_max => 200,
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,
-    :dns_blacklists => ["zen.spamhaus.org"],
+    :dns_blacklists => ["zen.spamhaus.org!&0.255.255.0"],
     :routes => {
       :messages => {
         :comment => "messages.openstreetmap.org",
     :routes => {
       :messages => {
         :comment => "messages.openstreetmap.org",