SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / stdout / 0276
1
2 ******** SERVER ********
3 Listening on port 1224 ...
4 Connection request from [127.0.0.1]
5 220 Server ready
6 EHLO myhost.test.ex
7 250-server id
8 250-PIPELINING
9 250 OK
10 MAIL FROM:<CALLER@test.ex>
11 250 OK
12 RCPT TO:<userx@test.ex>
13 250 OK
14 DATA
15 500 NO
16 QUIT
17 200 OK
18 End of script
19 Listening on port 1224 ...
20 Connection request from [127.0.0.1]
21 220 Server ready
22 EHLO myhost.test.ex
23 250-server id
24 250 OK
25 MAIL FROM:<CALLER@test.ex>
26 250 OK
27 RCPT TO:<usery@test.ex>
28 250 OK
29 DATA
30 500 NO
31 QUIT
32 200 OK
33 End of script