aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lua/preresult.lua
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-03 11:38:45 +0100
committerAndrew Lewis <nerf@judo.za.org>2016-08-03 11:39:10 +0100
commitc1c49ce51d25138a94a41a23452e078a660f1248 (patch)
tree3a48261dd03ecefd2c717d4623caa8332cf0ab75 /test/functional/lua/preresult.lua
parentaa1a1c9c09f33cc1e12a874e3577126579397756 (diff)
downloadrspamd-c1c49ce51d25138a94a41a23452e078a660f1248.tar.gz
rspamd-c1c49ce51d25138a94a41a23452e078a660f1248.zip
[Test] Some basic tests for JSON sanity
Diffstat (limited to 'test/functional/lua/preresult.lua')
-rw-r--r--test/functional/lua/preresult.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/lua/preresult.lua b/test/functional/lua/preresult.lua
new file mode 100644
index 000000000..72a73b1d7
--- /dev/null
+++ b/test/functional/lua/preresult.lua
@@ -0,0 +1,3 @@
+rspamd_config:register_post_filter(function(task)
+ task:set_pre_result('soft reject', 'Pre Result Set')
+end)