exim_surbl.pl: enable DBL checks
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Mon, 14 Oct 2019 19:54:08 +0000 (20:54 +0100)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Mon, 14 Oct 2019 19:54:08 +0000 (20:54 +0100)
This should be safe enough to do by default

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
modules/exim/files/common/exim_surbl.pl

index d2d0825..6d3c3fd 100644 (file)
@@ -67,7 +67,7 @@ sub surblspamcheck
     # lookups.  Set to 1 to enable and 0 to disable.
     my $surbl_enable = 1;
     my $uribl_enable = 1;
-    my $dbl_enable = 0;
+    my $dbl_enable = 1;
 
     # Check to see if a decode MIME attachment is being checked or 
     # just a plain old text message with no attachments