Fix local delivery delay when combined with remote callout/hold. Bug 2599
[exim.git] / test / scripts / 0000-Basic / 0582
1 # callout lazy-close, defers
2 need_ipv4
3 #
4 # a recipient verify and continued-delivery
5 # cmdline -bs send, rcpt-time defer
6 server PORT_S
7 220 Welcome
8 EHLO
9 250 Hi
10 MAIL FROM
11 250 OK
12 RCPT TO
13 451 not right now
14 QUIT
15 221 Bye
16 ****
17 #
18 exim -bs -odi
19 mail from:<userg@ok.example>
20 rcpt to:<userg@test.ex>
21 quit
22 ****
23 #
24 # cmdline -bs send, data-time defer
25 server PORT_S
26 220 Welcome
27 EHLO
28 250 Hi
29 MAIL FROM
30 250 OK
31 RCPT TO
32 250 OK
33 DATA
34 354 hit me
35 .
36 451 not right now
37 QUIT
38 221 Bye
39 ****
40 #
41 exim -bs -odi
42 mail from:<userh@ok.example>
43 rcpt to:<userh@test.ex>
44 data
45 Subject: test
46
47 body
48 .
49 quit
50 ****
51 #
52 #
53 #
54 no_stdout_check
55 no_msglog_check