Browse Source

replace nullnull.org with fuzzy.mailcow.email

FreddleSpl0it 2 years ago
parent
commit
afddcf7f3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/rspamd/local.d/multimap.conf

+ 1 - 1
data/conf/rspamd/local.d/multimap.conf

@@ -175,7 +175,7 @@ BAD_SUBJECT_00 {
   type = "header";
   type = "header";
   header = "subject";
   header = "subject";
   regexp = true;
   regexp = true;
-  map = "http://nullnull.org/bad-subject-regex.txt";
+  map = "http://fuzzy.mailcow.email/bad-subject-regex.txt";
   score = 6.0;
   score = 6.0;
   symbols_set = ["BAD_SUBJECT_00"];
   symbols_set = ["BAD_SUBJECT_00"];
 }
 }