summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0546
blob: 1486d35384f94e967aa7743c4d393fe64893ecf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# User messages for "accept" verbs
need_ipv4
#
exim -bs
ehlo a.b.c
mail from:<>
rcpt to:<userx@test.ex>
data
This is a test
.
quit
****
exim -bs -DHELO_MSG='Two\nlines' -DRCPT_MSG='450 Bad number'
ehlo a.b.c
mail from:<>
rcpt to:<userx@test.ex>
quit
****
no_msglog_check