diff options
Diffstat (limited to 'test/functional/lua/miltertest/mt4.lua')
-rw-r--r-- | test/functional/lua/miltertest/mt4.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/lua/miltertest/mt4.lua b/test/functional/lua/miltertest/mt4.lua new file mode 100644 index 0000000..300cf69 --- /dev/null +++ b/test/functional/lua/miltertest/mt4.lua @@ -0,0 +1,11 @@ +print('Check we will defer messages') + +dofile './lib.lua' +dofile './data.lua' + +setup() + +send_message(innocuous_msg, innocuous_hdrs, 'test-id', 'defer@example.org', {'nerf@example.org'}) +check_defer() + +teardown() |