]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Breaking: dynamic symbols also require `score` to be set
authorVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 10 Dec 2024 13:45:58 +0000 (13:45 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Tue, 10 Dec 2024 13:47:25 +0000 (13:47 +0000)
Issue: #5247

test/functional/configs/merged-override.conf

index 5a15707679aad257514a39eeecc0f39d3aa3e360..32d3df7fee28ced69794dcd416d8ae50cf756ce7 100644 (file)
@@ -259,6 +259,7 @@ multimap {
     map = "{= env.TESTDIR =}/configs/maps/dynamic_symbols.map";
     dynamic_symbols = true;
     regexp = true;
+    score = 1.0; # required as the default score is 0: see https://github.com/rspamd/rspamd/issues/5247 for context
   }
 }