SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / stdout / 4030
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> HELO clientname
5 ??? 250
6 <<< 250 myhost.test.ex Hello clientname [IP_LOOPBACK_ADDR]
7 >>> MAIL FROM:<a@test.ex>
8 ??? 250
9 <<< 250 OK
10 >>> RCPT TO:<b@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> DATA
14 ??? 354
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> Subject: test
17 >>>
18 >>> body
19 >>> .
20 ??? 250
21 <<< 250 OK id=10HmaX-0005vi-00
22 >>> QUIT
23 ??? 221
24 <<< 221 myhost.test.ex closing connection
25 End of script
26 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
27 >>> PROXY TCP4 127.0.0.2 127.42.42.42 64000 25
28 ??? 220
29 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
30 >>> HELO clientname
31 ??? 250
32 <<< 250 myhost.test.ex Hello clientname [127.0.0.2]
33 >>> MAIL FROM:<c@test.ex>
34 ??? 250
35 <<< 250 OK
36 >>> RCPT TO:<d@test.ex>
37 ??? 250
38 <<< 250 Accepted
39 >>> DATA
40 ??? 354
41 <<< 354 Enter message, ending with "." on a line by itself
42 >>> Subject: test
43 >>>
44 >>> body
45 >>> .
46 ??? 250
47 <<< 250 OK id=10HmaY-0005vi-00
48 >>> QUIT
49 ??? 221
50 <<< 221 myhost.test.ex closing connection
51 End of script
52 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
53 >>> \x0D\x0A\x0D\x0A\x00\x0D\x0A\x51\x55\x49\x54\x0A\x21\x11\x00\x0c\xc0\xa8\x00\x0f\xc0\xa8\x00\x05\xc2\x95\x04\x01
54 ??? 220
55 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
56 >>> HELO clientname
57 ??? 250
58 <<< 250 myhost.test.ex Hello clientname [192.168.0.15]
59 >>> MAIL FROM:<e@test.ex>
60 ??? 250
61 <<< 250 OK
62 >>> RCPT TO:<f@test.ex>
63 ??? 250
64 <<< 250 Accepted
65 >>> DATA
66 ??? 354
67 <<< 354 Enter message, ending with "." on a line by itself
68 >>> Subject: test
69 >>>
70 >>> body
71 >>> .
72 ??? 250
73 <<< 250 OK id=10HmaZ-0005vi-00
74 >>> QUIT
75 ??? 221
76 <<< 221 myhost.test.ex closing connection
77 End of script