diff options
-rw-r--r-- | conf/metrics.conf | 5 | ||||
-rw-r--r-- | conf/modules.d/surbl.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index e2c2b3d06..230ee2794 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -842,6 +842,11 @@ metric { name = "ABUSE_SURBL"; } symbol { + weight = 4.0; + description = "SURBL: cracked site"; + name = "CRACKED_SURBL"; + } + symbol { weight = 5.5; description = "SURBL: sa-blacklist web sites "; name = "WS_SURBL_MULTI"; diff --git a/conf/modules.d/surbl.conf b/conf/modules.d/surbl.conf index 5549a997a..7bb56b364 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; |