aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-08-17 14:41:39 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-08-17 14:41:39 +0100
commit925e2c9fef46a7556c4ec58ceb91984b5a10b7c8 (patch)
tree506196a72e9b26368a92b9d73e32b5b7757cd945 /test/functional/configs
parent0d49f9163e08e97fdc8a5ed2675632971c2e7ca6 (diff)
downloadrspamd-925e2c9fef46a7556c4ec58ceb91984b5a10b7c8.tar.gz
rspamd-925e2c9fef46a7556c4ec58ceb91984b5a10b7c8.zip
[Test] Fix tests
Diffstat (limited to 'test/functional/configs')
-rw-r--r--test/functional/configs/regexp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/configs/regexp.conf b/test/functional/configs/regexp.conf
index 381fa0ea4..5b4047b5b 100644
--- a/test/functional/configs/regexp.conf
+++ b/test/functional/configs/regexp.conf
@@ -52,5 +52,11 @@ regexp {
options {
dynamic_conf = "${TESTDIR}/configs/dynamic.conf";
}
+dmarc { }
+spf { }
+dkim { }
+modules {
+ path = "${TESTDIR}/../../src/plugins/lua/"
+}
lua = "${TESTDIR}/lua/regex_test.lua"