git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0546
1
# User messages for "accept" verbs
2
need_ipv4
3
#
4
exim -bs
5
ehlo a.b.c
6
mail from:<>
7
rcpt to:<userx@test.ex>
8
data
9
This is a test
10
.
11
quit
12
****
13
exim -bs -DHELO_MSG='Two\nlines' -DRCPT_MSG='450 Bad number'
14
ehlo a.b.c
15
mail from:<>
16
rcpt to:<userx@test.ex>
17
quit
18
****
19
exim -bs -DHELO_MSG='299 With code'
20
ehlo a.b.c
21
quit
22
****
23
no_msglog_check