summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/miltertest/mt1.lua
blob: 019a85210e4f70467a57d4435eec1cbb4cbc9722 (plain)
1
2
3
4
5
6
7
8
9
10
11
print('Check we will accept a message')

dofile './lib.lua'
dofile './data.lua'

setup()

send_message(innocuous_msg, innocuous_hdrs, 'test-id', 'nerf@example.org', {'nerf@example.org'})
check_accept()

teardown()