]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
remove nixspam 5300/head
authorChristopher Bock <christopher@bocki.com>
Fri, 17 Jan 2025 02:37:57 +0000 (03:37 +0100)
committerChristopher Bock <christopher@bocki.com>
Fri, 17 Jan 2025 02:37:57 +0000 (03:37 +0100)
nixspam has shutdown their service on 2025.01.16

closes #5299

conf/modules.d/rbl.conf
conf/scores.d/rbl_group.conf

index 70f8b25e91549573104187adf22d8e4fddcb7917..898ab12d0696347ae790a51046f3d52d435a9bc5 100644 (file)
@@ -176,13 +176,6 @@ rbl {
       }
     }
 
-    nixspam {
-      symbol = "RBL_NIXSPAM";
-      rbl = "ix.dnsbl.manitu.net";
-      ipv6 = true;
-      checks = ['from'];
-    }
-
     blocklistde {
       symbols_prefixes = {
         received = 'RECEIVED',
index 6a59b865f7a5b71a55083fafe44ecdb9a6136bbd..448f6203041cddaa91674b5ebd15b4ea48580f02 100644 (file)
@@ -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/)";