Testsuite: SPF testcases. Bug 1789
[exim.git] / test / stdout / 0454
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 rhu.barb
5 ??? 250
6 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
7 >>> mail from:<userx@test.ex>
8 ??? 250
9 <<< 250 OK
10 >>> rcpt to:<userx@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> DATA
14 ??? 3
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> This is a test message.
17 >>> .
18 ??? 250
19 <<< 250 OK id=10HmaX-0005vi-00
20 >>> QUIT
21 ??? 221
22 <<< 221 myhost.test.ex closing connection
23 End of script