summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/fuzzy.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-14 17:28:46 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-08-14 17:40:45 +0200
commit478a75e719c8c8bf2333465a34ccf3991746d141 (patch)
treed829a38503ad1a8433ee3b1ad9928043953a2c16 /test/functional/configs/fuzzy.conf
parent34f661ef9808fd63b94ade8d57091a1c4f30a7e1 (diff)
downloadrspamd-478a75e719c8c8bf2333465a34ccf3991746d141.tar.gz
rspamd-478a75e719c8c8bf2333465a34ccf3991746d141.zip
[Test] Rework fuzzy tests
- Add fuzzy & negative match tests - Check attachment & text samples - Add suites for different algorithms; keyed/unkeyed - Move overwrite/delete tests into general suite
Diffstat (limited to 'test/functional/configs/fuzzy.conf')
-rw-r--r--test/functional/configs/fuzzy.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/fuzzy.conf b/test/functional/configs/fuzzy.conf
index e8d5db628..fcd744f92 100644
--- a/test/functional/configs/fuzzy.conf
+++ b/test/functional/configs/fuzzy.conf
@@ -50,6 +50,7 @@ fuzzy_check {
min_bytes = 100;
rule {
+ algorithm = "${ALGORITHM}";
servers = "${LOCAL_ADDR}:${PORT_FUZZY}";
symbol = "R_TEST_FUZZY";
max_score = 10.0;