Browse Source

[Test] Fix multimap tests

tags/2.6
Vsevolod Stakhov 4 years ago
parent
commit
991b39670d
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      test/functional/configs/multimap.conf

+ 8
- 0
test/functional/configs/multimap.conf View 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,
}
}

Loading…
Cancel
Save