git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0358
1
# retrying address errors (not first address)
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250 HELP
8
MAIL
9
250 OK
10
RCPT
11
451 Temporary error
12
RCPT
13
451 Temporary error
14
QUIT
15
250 OK
16
****
17
exim -odi -d-all+retry userx usery
18
Testing 1
19
****
20
dump retry
21
sleep 4
22
server PORT_S
23
220 ESMTP
24
EHLO
25
250 HELP
26
MAIL
27
250 OK
28
RCPT
29
451 Temporary error
30
RCPT
31
451 Temporary error
32
QUIT
33
250 OK
34
****
35
exim -q -d-all+retry
36
Testing 1
37
****
38
dump retry
39
no_msglog_check