diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:47:23 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:47:23 +0200 |
commit | 848e8f6614b0aae52308b54abda4dfca8b59a7aa (patch) | |
tree | 53f4f798f9fd7e377fcba7a626f893b807b32fad /conf/scores.d | |
parent | d0c411efd03829a3caa71fca55170136531f0fb2 (diff) | |
download | rspamd-848e8f6614b0aae52308b54abda4dfca8b59a7aa.tar.gz rspamd-848e8f6614b0aae52308b54abda4dfca8b59a7aa.zip |
add NiX Spam RBL (http://www.dnsbl.manitu.net/)
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 6c48cf3bb..8f6542ae5 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -67,7 +67,7 @@ symbols = { } "RBL_SPAMHAUS_DROP" { weight = 7.0; - description = "From address is listed in ZEN DROP bl"; + description = "From address is listed in ZEN DROP BL"; } "RECEIVED_SPAMHAUS_SBL" { weight = 1.0; @@ -91,7 +91,7 @@ symbols = { } "RECEIVED_SPAMHAUS_DROP" { weight = 6.0; - description = "Received address is listed in ZEN DROP bl"; + description = "Received address is listed in ZEN DROP BL"; one_shot = true; } @@ -142,16 +142,21 @@ symbols = { "RBL_SEM" { weight = 1.0; - description = "Address is listed in Spameatingmonkey RBL"; + description = "From address is listed in Spameatingmonkey RBL"; } "RBL_SEM_IPV6" { weight = 1.0; - description = "Address is listed in Spameatingmonkey RBL (ipv6)"; + description = "From address is listed in Spameatingmonkey RBL (IPv6)"; } "RBL_VIRUSFREE_BOTNET" { weight = 2.0; - description = "Source IP is listed in virusfree.cz BL"; + description = "From address is listed in virusfree.cz BL"; + } + + "RBL_NIXSPAM" { + weight = 4.0; + description = "From address is listed in NiX Spam (http://www.dnsbl.manitu.net/)"; } } |