From: Andrew Lewis Date: Wed, 31 Jan 2024 15:07:57 +0000 (+0200) Subject: [Minor] Add more returnbits to surbl configuration X-Git-Tag: 3.8.2~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4803%2Fhead;p=rspamd.git [Minor] Add more returnbits to surbl configuration --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 79dfc84ea..ef87c4c5a 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -212,8 +212,10 @@ rbl { returnbits = { CRACKED_SURBL = 128; ABUSE_SURBL = 64; + CT_SURBL = 32; MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8; + DM_SURBL = 4; SURBL_BLOCKED = 1; } } diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 25e8ed7e2..89579ca15 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -50,6 +50,18 @@ symbols = { one_shot = true; groups = ["surblorg"]; } + "CT_SURBL" { + weight = 0.0; + description = "A domain in the message is listed in SURBL as a clicktracker"; + one_shot = true; + groups = ["surblorg"]; + } + "DM_SURBL" { + weight = 0.0; + description = "A domain in the message is listed in SURBL as belonging to a disposable email service"; + one_shot = true; + groups = ["surblorg"]; + } "RSPAMD_URIBL" { weight = 4.5;