SPF: fix handling mix of spf and other txt records. Bug 2499
[exim.git] / test / stdout / 5702
1
2 ******** SERVER ********
3 Listening on port 1224 ...
4 Connection request from [127.0.0.1]
5 220 ESMTP
6 EHLO the.local.host.name
7 250-OK
8 250 HELP
9 MAIL FROM:<CALLER@the.local.host.name>
10 250 OK
11 RCPT TO:<userx@domain1>
12 250 OK
13 RCPT TO:<usery@domain1>
14 550 Not that one
15 DATA
16 354 More...
17 Received: from CALLER by the.local.host.name with local (Exim x.yz)
18 (envelope-from <CALLER@the.local.host.name>)
19 id 10HmaX-0005vi-00
20 for userx@domain1; Tue, 2 Mar 1999 09:44:33 +0000
21 Message-Id: <E10HmaX-0005vi-00@the.local.host.name>
22 From: CALLER_NAME <CALLER@the.local.host.name>
23 Date: Tue, 2 Mar 1999 09:44:33 +0000
24
25 Also try to deliver this message to usery via a filter deliver command.
26 However that fails. But because of the noerror cmd the error just gets ignored.
27 .
28 250 OK
29 QUIT
30 220 OK
31 End of script