diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-29 21:06:36 +0100 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2018-10-29 21:06:36 +0100 |
commit | b6d1cf00f7c64e2e156f17c793c7866f982961b5 (patch) | |
tree | f31b9de7d8bb5643de4d88057069b6b6561ed151 /conf/scores.d | |
parent | 5f4617948c64483dfb648b5bfe784f8c84dd87ea (diff) | |
download | rspamd-b6d1cf00f7c64e2e156f17c793c7866f982961b5.tar.gz rspamd-b6d1cf00f7c64e2e156f17c793c7866f982961b5.zip |
also query resolved IPs against Spamhaus ZEN
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 9605df5c0..94e6e1c8b 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -146,17 +146,29 @@ symbols = { description = "uribl.com grey url"; one_shot = true; } - "SBL_URIBL" { + "SPAMHAUS_ZEN_URIBL" { weight = 0.0; - description = "SBL URIBL: Filtered result"; + description = "Spamhaus ZEN URIBL: Filtered result"; } "URIBL_SBL" { weight = 6.5; - description = "Spamhaus SBL URIBL"; + description = "A domain listed in the mail is listed in Spamhaus SBL URIBL"; } "URIBL_SBL_CSS" { weight = 6.5; - description = "Spamhaus SBL CSS URIBL"; + description = "A domain listed in the mail is listed in Spamhaus SBL CSS URIBL"; + } + "URIBL_XBL" { + weight = 6.5; + description = "A domain listed in the mail is listed in Spamhaus XBL URIBL"; + } + "URIBL_PBL" { + weight = 0.1; + description = "A domain listed in the mail is listed in Spamhaus PBL URIBL"; + } + "URIBL_DROP" { + weight = 8.0; + description = "A domain listed in the mail is listed in Spamhaus DROP URIBL"; } "RBL_SARBL_BAD" { weight = 2.5; |