Fix crash in transport, on second smtp-connect fail for a list of target hosts
[exim.git] / test / scripts / 4700-dsn-info / 4700
1 # DSN extra information
2 need_ipv4
3 #
4 server PORT_S
5 450 I'm busy
6 QUIT
7 250 OK
8 ****
9 exim -odi userx@domain1
10 Test message 1
11 ****
12 sudo rm DIR/spool/db/*
13 #
14 server PORT_S
15 220 Connected OK
16 EHLO
17 450 I'm busy
18 HELO
19 450 I'm busy
20 QUIT
21 250 OK
22 ****
23 exim -qf
24 ****
25 sudo rm DIR/spool/db/*
26 #
27 server PORT_S
28 550 Go away
29 QUIT
30 250 OK
31 ****
32 exim -qf
33 ****
34 sudo rm DIR/spool/db/*
35 #
36 server PORT_S
37 220 Connected OK
38 EHLO
39 550 Go away
40 HELO
41 550 Go away
42 QUIT
43 250 OK
44 ****
45 exim -odi userx@domain1 usery@domain2
46 Test message 2
47 ****