From: Vsevolod Stakhov Date: Sun, 9 Jun 2019 08:34:29 +0000 (+0100) Subject: [Conf] Surbl: Utilise new `check_emails` option X-Git-Tag: 2.0~814 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a55b88e68ee8c888e46a9640978f3e71f442ac86;p=rspamd.git [Conf] Surbl: Utilise new `check_emails` option --- diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index 032b2d799..15c04d40f 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -29,6 +29,7 @@ surbl { "SURBL_MULTI" { suffix = "multi.surbl.org"; check_dkim = true; + check_emails = true; bits { CRACKED_SURBL = 128; # From February 2016 ABUSE_SURBL = 64; @@ -40,6 +41,7 @@ surbl { "URIBL_MULTI" { suffix = "multi.uribl.com"; check_dkim = true; + check_emails = true; bits { URIBL_BLOCKED = 1; URIBL_BLACK = 2; @@ -50,6 +52,7 @@ surbl { "RSPAMD_URIBL" { suffix = "uribl.rspamd.com"; check_dkim = true; + check_emails = true; process_script =<