From: Vsevolod Stakhov Date: Thu, 31 Dec 2015 17:51:55 +0000 (+0000) Subject: Add CR_SURBL X-Git-Tag: 1.1.0~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7675884b5354d4ec2263e843193c0a87bf33dba;p=thirdparty%2Frspamd.git Add CR_SURBL --- diff --git a/conf/metrics.conf b/conf/metrics.conf index e2c2b3d06d..230ee2794a 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -841,6 +841,11 @@ metric { description = "SURBL: ABUSE"; name = "ABUSE_SURBL"; } + symbol { + weight = 4.0; + description = "SURBL: cracked site"; + name = "CRACKED_SURBL"; + } symbol { weight = 5.5; description = "SURBL: sa-blacklist web sites "; diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index 5549a997af..7bb56b3640 100644 --- a/conf/modules.d/surbl.conf +++ b/conf/modules.d/surbl.conf @@ -7,6 +7,7 @@ surbl { suffix = "multi.surbl.org"; symbol = "SURBL_MULTI"; bits { + CRACKED_SURBL = 128; # From February 2016 ABUSE_SURBL = 64; MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8;