]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Fix multimap tests
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 24 Jun 2020 14:26:20 +0000 (15:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 24 Jun 2020 14:26:20 +0000 (15:26 +0100)
test/functional/configs/multimap.conf

index b12f796e82733f93536e07b621c774e64815fe3c..36f2514e703bb2c8a85373b3e772a06ab8009254 100644 (file)
@@ -24,6 +24,7 @@ multimap {
     header = "Cc";
     filter = "email:domain";
     map = "${TESTDIR}/configs/maps/domains.list.2";
+    score = 1.0;
   }
   REGEXP_MAP {
     type = "from";
@@ -53,6 +54,7 @@ multimap {
     filter = "email:addr";
     symbols = ["SYM1"];
     map = "${TESTDIR}/configs/maps/multiple.list";
+    score = 1.0;
   }
   HEADER_MAP {
     type = "header";
@@ -195,3 +197,9 @@ multimap {
     expression = "from || ip"
   }
 }
+
+symbols {
+  SYM1 = {
+    score = 1.0,
+  }
+}