Testsuite: avoid time-quantization issue
[exim.git] / test / scripts / 0000-Basic / 0580
CommitLineData
57cc2785
JH
1# callout lazy-close, -bs send
2need_ipv4
3#
4# a recipient verify and continued-delivery
5# cmdline -bs send
6server PORT_S
7220 Welcome
8EHLO
9250 Hi
10MAIL FROM
11250 OK
12RCPT TO
13250 OK
14DATA
15354 hit me
16.
17250 yeah got that message
18QUIT
19221 Bye
20****
21#
22exim -bs
23mail from:<userx@ok.example>
24rcpt to:<usery@test.ex>
25data
26Subject: test
27
28body
29.
30quit
31****
32sleep 1
33#
34#
35# multiple recipients
36# 1st callout result is cached (above); should not activate LCC
37server PORT_S 2
38220 Welcome
39EHLO
40250 Hi
41MAIL FROM
42250 OK
43RCPT TO
44250 OK
45QUIT
46221 Bye
47*eof
48220 Welcome
49EHLO
50250 Hi
51MAIL FROM
52250 OK
53RCPT TO
54250 OK
55RCPT TO
56250 OK
57DATA
58354 hit me
59.
60250 yeah got that message
61QUIT
62221 Bye
63****
64#
65exim -bs
66mail from:<userx@ok.example>
67rcpt to:<usery@test.ex>
68rcpt to:<usery2@test.ex>
69data
70Subject: test
71
72body
73.
74quit
75****
76sleep 1
77#
78#
79# 2nd callout result is cached (above); should not activate LCC
80server PORT_S 2
81220 Welcome
82EHLO
83250 Hi
84MAIL FROM
85250 OK
86RCPT TO
87250 OK
88QUIT
89221 Bye
90*eof
91220 Welcome
92EHLO
93250 Hi
94MAIL FROM
95250 OK
96RCPT TO
97250 OK
98RCPT TO
99250 OK
100DATA
101354 hit me
102.
103250 yeah got that message
104QUIT
105221 Bye
106****
107#
108exim -bs
109mail from:<userx@ok.example>
110rcpt to:<usery3@test.ex>
111rcpt to:<usery@test.ex>
112data
113Subject: test
114
115body
116.
117quit
118****
119sleep 1
120#
121#
122# no cache hits; should do LCC
123server PORT_S
124220 Welcome
125EHLO
126250 Hi
127MAIL FROM
128250 OK
129RCPT TO
130250 OK
131RCPT TO
132250 OK
133DATA
134354 hit me
135.
136250 yeah got that message
137QUIT
138221 Bye
139****
140#
141exim -bs
142mail from:<userx@ok.example>
143rcpt to:<usery4@test.ex>
144rcpt to:<usery5@test.ex>
145data
146Subject: test
147
148body
149.
150quit
151****
152sleep 1
153#
154#
155no_stdout_check
156no_msglog_check