From: Adam D. Barratt Date: Tue, 24 Sep 2019 16:59:05 +0000 (+0100) Subject: exim_surbl: disable DBL lookups X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=d245d5d809345fbeac577363dfeb3979719369a7 exim_surbl: disable DBL lookups Probably shouldn't be enabled without some discussion Signed-off-by: Adam D. Barratt --- diff --git a/modules/exim/files/common/exim_surbl.pl b/modules/exim/files/common/exim_surbl.pl index 40c61064d..4c65b77ae 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 = 1; + my $dbl_enable = 0; # Check to see if a decode MIME attachment is being checked or # just a plain old text message with no attachments