diff options
author | Andrew Lewis <nerf@judo.za.org> | 2025-01-17 09:20:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 09:20:38 +0200 |
commit | dc6e7494c2440cd6c4e474b5ee3c4fabdad1f6bf (patch) | |
tree | 846dfbd04d5c22a2d7fd3fb08c916fd28a8c3678 | |
parent | 1d6e68e54e8c54b1d54a97ab781cfc6cce6a4df2 (diff) | |
parent | 1bfa26296e65514c00e18f856ef3297e7fefdd1c (diff) | |
download | rspamd-dc6e7494c2440cd6c4e474b5ee3c4fabdad1f6bf.tar.gz rspamd-dc6e7494c2440cd6c4e474b5ee3c4fabdad1f6bf.zip |
Merge pull request #5300 from crpb/master
remove nixspam
-rw-r--r-- | conf/modules.d/rbl.conf | 7 | ||||
-rw-r--r-- | conf/scores.d/rbl_group.conf | 5 |
2 files changed, 0 insertions, 12 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 70f8b25e9..898ab12d0 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -176,13 +176,6 @@ rbl { } } - nixspam { - symbol = "RBL_NIXSPAM"; - rbl = "ix.dnsbl.manitu.net"; - ipv6 = true; - checks = ['from']; - } - blocklistde { symbols_prefixes = { received = 'RECEIVED', diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 6a59b865f..448f62030 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -381,11 +381,6 @@ symbols = { description = "From address is listed in virusfree.cz BL"; } - "RBL_NIXSPAM" { - weight = 4.0; - description = "From address is listed in NiX Spam (https://www.nixspam.net/)"; - } - "RBL_BLOCKLISTDE" { weight = 4.0; description = "From address is listed in Blocklist (https://www.blocklist.de/)"; |