Fix growable-string sprintf
[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
19 mail from:<userg@ok.example>
20 rcpt to:<userg@test.ex>
21 quit
22 ****
23 sleep 1
24 #
25 # cmdline -bs send, data-time defer
26 server PORT_S
27 220 Welcome
28 EHLO
29 250 Hi
30 MAIL FROM
31 250 OK
32 RCPT TO
33 250 OK
34 DATA
35 354 hit me
36 .
37 451 not right now
38 QUIT
39 221 Bye
40 ****
41 #
42 exim -bs
43 mail from:<userh@ok.example>
44 rcpt to:<userh@test.ex>
45 data
46 Subject: test
47
48 body
49 .
50 quit
51 ****
52 sleep 1
53 #
54 #
55 no_stdout_check
56 no_msglog_check