summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/miltertest/mt2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/miltertest/mt2.lua')
-rw-r--r--test/functional/lua/miltertest/mt2.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/lua/miltertest/mt2.lua b/test/functional/lua/miltertest/mt2.lua
new file mode 100644
index 0000000..1c8fa83
--- /dev/null
+++ b/test/functional/lua/miltertest/mt2.lua
@@ -0,0 +1,11 @@
+print('Check we will reject a message')
+
+dofile './lib.lua'
+dofile './data.lua'
+
+setup()
+
+send_message(gtube)
+check_gtube()
+
+teardown()