diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-02 16:36:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-02 16:36:45 +0100 |
commit | af4a3addb0c025b3ccff39396475c96a71c56536 (patch) | |
tree | f3bcbf71c50fbc5fa882cea8e4a125f81fff83a0 /conf/scores.d/surbl_group.conf | |
parent | 671c60076f1e0b1b9af9ae76f144e7145d16d7e5 (diff) | |
download | rspamd-af4a3addb0c025b3ccff39396475c96a71c56536.tar.gz rspamd-af4a3addb0c025b3ccff39396475c96a71c56536.zip |
[Conf] Move all to rbl
Diffstat (limited to 'conf/scores.d/surbl_group.conf')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 271f911c5..93befa085 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -176,43 +176,43 @@ symbols = { one_shot = true; groups = ["uribl"]; } - "SPAMHAUS_ZEN_URIBL" { - weight = 0.0; - description = "Spamhaus ZEN URIBL: Filtered result"; - groups = ["spamhaus"]; - } - "URIBL_SBL" { - weight = 6.5; - description = "A domain in the message body resolves to an IP listed in Spamhaus SBL"; - one_shot = true; - groups = ["v"]; - } - "URIBL_SBL_CSS" { - weight = 6.5; - description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS"; - one_shot = true; - groups = ["spamhaus"]; - } - "URIBL_XBL" { - weight = 1.5; - description = "A domain in the message body resolves to an IP listed in Spamhaus XBL"; - one_shot = true; - groups = ["spamhaus"]; - } - "URIBL_PBL" { - weight = 0.01; - description = "A domain in the message body resolves to an IP listed in Spamhaus PBL"; - groups = ["spamhaus"]; - } - "URIBL_DROP" { - weight = 5.0; - description = "A domain in the message body resolves to an IP listed in Spamhaus DROP"; - one_shot = true; - groups = ["spamhaus"]; - } - "RBL_SARBL_BAD" { - weight = 2.5; - description = "A domain in the message body is blacklisted in SARBL"; - one_shot = true; - } + #"SPAMHAUS_ZEN_URIBL" { + # weight = 0.0; + # description = "Spamhaus ZEN URIBL: Filtered result"; + # groups = ["spamhaus"]; + #} + #"URIBL_SBL" { + # weight = 6.5; + # description = "A domain in the message body resolves to an IP listed in Spamhaus SBL"; + # one_shot = true; + # groups = ["v"]; + #} + #"URIBL_SBL_CSS" { + # weight = 6.5; + # description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS"; + # one_shot = true; + # groups = ["spamhaus"]; + #} + #"URIBL_XBL" { + # weight = 1.5; + # description = "A domain in the message body resolves to an IP listed in Spamhaus XBL"; + # one_shot = true; + # groups = ["spamhaus"]; + #} + #"URIBL_PBL" { + # weight = 0.01; + # description = "A domain in the message body resolves to an IP listed in Spamhaus PBL"; + # groups = ["spamhaus"]; + #} + #"URIBL_DROP" { + # weight = 5.0; + # description = "A domain in the message body resolves to an IP listed in Spamhaus DROP"; + # one_shot = true; + # groups = ["spamhaus"]; + #} + #"RBL_SARBL_BAD" { + # weight = 2.5; + # description = "A domain in the message body is blacklisted in SARBL"; + # one_shot = true; + #} } |