Disable surbl/perl check for now
authorTollef Fog Heen <tfheen@err.no>
Thu, 10 Mar 2016 10:30:12 +0000 (11:30 +0100)
committerTollef Fog Heen <tfheen@err.no>
Thu, 10 Mar 2016 10:30:32 +0000 (11:30 +0100)
modules/exim/templates/eximconf.erb

index 4afbb5b..4158ff9 100644 (file)
@@ -77,7 +77,7 @@
 ######################################################################
 
 <%- if scope.lookupvar('site::nodeinfo').has_key?('heavy_exim') and scope.lookupvar('site::nodeinfo')['heavy_exim'] -%>
-perl_startup = do '/etc/exim4/exim_surbl.pl'
+perl_startup = do '/etc/exim4/exim_surbl.pl'
 <%- end -%>
 
 # These options specify the Access Control Lists (ACLs) that
@@ -868,25 +868,25 @@ acl_check_mime:
  accept  verify        = certificate
  accept  hosts         = +debianhosts
 
- discard condition     = ${if <{$message_size}{256000}}
-         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
-
-  deny   condition     = ${if <{$message_size}{256000}}
-         condition     = ${if eq {$acl_m_prf}{markup}{no}{yes}}
-         condition     = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}}
-         set acl_m_srb = ${perl{surblspamcheck}}
-         condition     = ${if eq{$acl_m_srb}{false}{no}{yes}}
-         log_message   = $acl_m_srb
-         message       = $acl_m_srb
-
-  warn   condition     = ${if <{$message_size}{256000}}
-         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: $primary_hostname: $acl_m_srb
+# discard condition     = ${if <{$message_size}{256000}}
+#         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
+#
+#  deny   condition     = ${if <{$message_size}{256000}}
+#         condition     = ${if eq {$acl_m_prf}{markup}{no}{yes}}
+#         condition     = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}}
+#         set acl_m_srb = ${perl{surblspamcheck}}
+#         condition     = ${if eq{$acl_m_srb}{false}{no}{yes}}
+#         log_message   = $acl_m_srb
+#         message       = $acl_m_srb
+#
+#  warn   condition     = ${if <{$message_size}{256000}}
+#         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: $primary_hostname: $acl_m_srb
 
   accept
 
@@ -972,25 +972,25 @@ check_message:
 
 <%- end -%>
 <%- if scope.lookupvar('site::nodeinfo').has_key?('heavy_exim') and scope.lookupvar('site::nodeinfo')['heavy_exim'] -%>
- discard condition     = ${if <{$message_size}{256000}}
-         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
-
-  deny   condition     = ${if <{$message_size}{256000}}
-         condition     = ${if eq {$acl_m_prf}{markup}{no}{yes}}
-         condition     = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}}
-         set acl_m_srb = ${perl{surblspamcheck}}
-         condition     = ${if eq{$acl_m_srb}{false}{no}{yes}}
-         log_message   = $acl_m_srb
-         message       = $acl_m_srb
-
-  warn   condition     = ${if <{$message_size}{256000}}
-         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: $primary_hostname: $acl_m_srb
+# discard condition     = ${if <{$message_size}{256000}}
+#         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
+#
+#  deny   condition     = ${if <{$message_size}{256000}}
+#         condition     = ${if eq {$acl_m_prf}{markup}{no}{yes}}
+#         condition     = ${if eq {$acl_m_prf}{PopconMail}{no}{yes}}
+#         set acl_m_srb = ${perl{surblspamcheck}}
+#         condition     = ${if eq{$acl_m_srb}{false}{no}{yes}}
+#         log_message   = $acl_m_srb
+#         message       = $acl_m_srb
+#
+#  warn   condition     = ${if <{$message_size}{256000}}
+#         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: $primary_hostname: $acl_m_srb
 
 <%- end -%>
   # Check header_sender except for survey@popcon.d.o