git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: perl version oddity
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0398
1
# acl warning with verify callout failure
2
need_ipv4
3
#
4
server PORT_S
5
220 Server ready
6
EHLO
7
250 OK
8
MAIL FROM
9
250 OK
10
RCPT TO
11
550 Unknown
12
QUIT
13
250 OK
14
****
15
exim -odi -bs
16
helo test
17
mail from:<x@remote>
18
rcpt to:<x@local>
19
data
20
Testing
21
.
22
quit
23
****
24
server PORT_S
25
220 Server ready
26
EHLO
27
250 OK
28
MAIL FROM
29
250 OK
30
RCPT TO
31
550 Unknown
32
QUIT
33
250 OK
34
****
35
exim -odi -bs
36
helo test
37
mail from:<z@remote>
38
rcpt to:<deny@local>
39
quit
40
****
41
server PORT_S
42
220 Server ready
43
EHLO
44
250 OK
45
MAIL FROM
46
250 OK
47
RCPT TO
48
550 Unknown
49
QUIT
50
250 OK
51
****
52
exim -d -odi -bs
53
helo test
54
mail from:<qq@remote>
55
rcpt to:<abc@local>
56
rcpt to:<xyz@local>
57
quit
58
****
59
exim -odi -bs
60
helo test
61
mail from:<>
62
rcpt to:<abc@local>
63
rcpt to:<xyz@local>
64
quit
65
****