Testsuite: use name for nonexistent host that the testsuite forces to not-resolve
[exim.git] / test / stdout / 0599
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> HELO me
5 ??? 250
6 <<< 250 the.local.host.name Hello me [127.0.0.1]
7 >>> MAIL FROM:<CALLER@test.ex>
8 ??? 250
9 <<< 250 OK
10 >>> RCPT TO:<queue_only_1@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> DATA
14 ??? 354
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> Subject: 1
17 >>> .
18 ??? 250
19 <<< 250 OK id=10HmaX-0005vi-00
20 >>> RSET
21 ??? 250
22 <<< 250 Reset OK
23 >>> MAIL FROM:<CALLER@test.ex>
24 ??? 250
25 <<< 250 OK
26 >>> RCPT TO:<queue_only_2@test.ex>
27 ??? 250
28 <<< 250 Accepted
29 >>> DATA
30 ??? 354
31 <<< 354 Enter message, ending with "." on a line by itself
32 >>> Subject: 2
33 >>> .
34 ??? 250
35 <<< 250 OK id=10HmaZ-0005vi-00
36 >>> QUIT
37 End of script
38 Connecting to 127.0.0.1 port 1225 ... connected
39 ??? 220
40 <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
41 >>> HELO me
42 ??? 250
43 <<< 250 the.local.host.name Hello me [127.0.0.1]
44 >>> MAIL FROM:<CALLER@test.ex>
45 ??? 250
46 <<< 250 OK
47 >>> RCPT TO:<first_pass_route_1@test.ex>
48 ??? 250
49 <<< 250 Accepted
50 >>> DATA
51 ??? 354
52 <<< 354 Enter message, ending with "." on a line by itself
53 >>> Subject: 1
54 >>> .
55 ??? 250
56 <<< 250 OK id=10HmbB-0005vi-00
57 >>> RSET
58 ??? 250
59 <<< 250 Reset OK
60 >>> MAIL FROM:<CALLER@test.ex>
61 ??? 250
62 <<< 250 OK
63 >>> RCPT TO:<first_pass_route_2@test.ex>
64 ??? 250
65 <<< 250 Accepted
66 >>> DATA
67 ??? 354
68 <<< 354 Enter message, ending with "." on a line by itself
69 >>> Subject: 2
70 >>> .
71 ??? 250
72 <<< 250 OK id=10HmbD-0005vi-00
73 >>> QUIT
74 End of script