summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0546
blob: 4374776c39596e767c6a30ecbbaf44f0b380bd3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
****
exim -bs -DHELO_MSG='299 With code'
ehlo a.b.c
quit
****
no_msglog_check