diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-08 12:39:41 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-08 12:39:41 +0200 |
commit | 08a9a1178ae2c9a7ac1ccc00870850655fd1ea52 (patch) | |
tree | 56eb1e4f5065825f242474248924762eaa4ba400 /conf/scores.d/rbl_group.conf | |
parent | fa4ffc69b738b0495467626621622fe4c433605f (diff) | |
download | rspamd-08a9a1178ae2c9a7ac1ccc00870850655fd1ea52.tar.gz rspamd-08a9a1178ae2c9a7ac1ccc00870850655fd1ea52.zip |
add blocklist.de RBL for from and received addresses
Diffstat (limited to 'conf/scores.d/rbl_group.conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 96238adf9..47165e0bd 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -159,4 +159,14 @@ symbols = { weight = 4.0; description = "From address is listed in NiX Spam (http://www.dnsbl.manitu.net/)"; } + + "RBL_BLOCKLISTDE" { + weight = 4.0; + description = "From address is listed in Blocklist (https://www.blocklist.de/)"; + } + + "RECEIVED_BLOCKLISTDE" { + weight = 3.0; + description = "Received address is listed in Blocklist (https://www.blocklist.de/)"; + } } |