From 133a45c109da5310add55824db21af5239951f93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 23:30:40 +0200 Subject: Adding upstream version 3.8.1. Signed-off-by: Daniel Baumann --- test/functional/lua/miltertest/mt4.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/functional/lua/miltertest/mt4.lua (limited to 'test/functional/lua/miltertest/mt4.lua') 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() -- cgit v1.2.3