From 337f31b01f3f925ab688259b3dbdd3b6277ca43a Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Mon, 14 Oct 2019 20:54:08 +0100 Subject: [PATCH] exim_surbl.pl: enable DBL checks This should be safe enough to do by default Signed-off-by: Adam D. Barratt --- modules/exim/files/common/exim_surbl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/files/common/exim_surbl.pl b/modules/exim/files/common/exim_surbl.pl index d2d082579..6d3c3fd62 100644 --- a/modules/exim/files/common/exim_surbl.pl +++ b/modules/exim/files/common/exim_surbl.pl @@ -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 -- 2.20.1