git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: avoid total fail on DISABLE_EVENT build
[exim.git]
/
test
/
scripts
/
5300-ipliteral
/
5300
1
# domain literals (IPv4)
2
need_ipv4
3
#
4
exim -bt x@[V4NET.9.8.7] x@[127.0.0.1]
5
****
6
1
7
exim -DALLOW=false -odq -f 'x@[10.9.8.7]' zz
8
****
9
0
10
exim -odq -f 'y@[10.9.8.7]' zz
11
****
12
0
13
exim -bp
14
****
15
0
16
exim -odq -bs
17
HELO test
18
MAIL FROM:<>
19
RCPT TO:<x@[1.2.3.4]>
20
RCPT TO:<x@[ipv4:1.2.3.4]>
21
quit
22
****
23
no_msglog_check
24