summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/simple.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/simple.lua')
-rw-r--r--test/functional/lua/simple.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/lua/simple.lua b/test/functional/lua/simple.lua
new file mode 100644
index 0000000..22ecde8
--- /dev/null
+++ b/test/functional/lua/simple.lua
@@ -0,0 +1,7 @@
+rspamd_config:register_symbol({
+ name = 'SIMPLE_TEST',
+ score = 1.0,
+ callback = function()
+ return true, 'Fires always'
+ end
+})