Testsuite: fix munge for mailq
[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 helo test
20 mail from:<userg@ok.example>
21 rcpt to:<userg@test.ex>
22 quit
23 ****
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 -odi
43 helo test
44 mail from:<userh@ok.example>
45 rcpt to:<userh@test.ex>
46 data
47 Subject: test
48
49 body
50 .
51 quit
52 ****
53 #
54 #
55 #
56 no_stdout_check
57 no_msglog_check