Testsuite: try to trace intermittent callout fails
[exim.git] / test / scripts / 0000-Basic / 0440
CommitLineData
59371ea7
PH
1# More than two messages to same host, with transport filter
2need_ipv4
3#
4exim -odi -odqs x1@y1
5First message
6****
7exim -odi -odqs x2@y2
8Second message
9****
10exim -odi -odqs x3@y3
11Third message
12****
13server PORT_S
14220 server ready
15EHLO
16250 OK
17MAIL
18250 OK
19RCPT
20250 OK
21DATA
22354 OK
23.
24250 OK
25MAIL
26250 OK
27RCPT
28250 OK
29DATA
30354 OK
31.
32250 OK
33MAIL
34250 OK
35RCPT
36250 OK
37DATA
38354 OK
39.
40250 OK
41QUIT
42221 OK
43****
44exim -q
45****