Testsuite: tidying
[exim.git] / test / stdout / 0950
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 tester
5 ??? 250
6 <<< 250 myhost.test.ex Hello tester [127.0.0.1]
7 >>> MAIL FROM:<implcit@test.ex>
8 ??? 250
9 <<< 250 OK
10 >>> RCPT TO:<CALLER@test.ex>
11 ??? 250
12 <<< 250 Accepted
13 >>> DATA
14 ??? 354
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> From: <good@test.ex>
17 >>> Subject: this should be accepted and filed
18 >>> 
19 >>> a single body line
20 >>> .
21 ??? 250
22 <<< 250 OK id=10HmaX-000000005vi-0000
23 >>> RSET
24 ??? 250
25 <<< 250 Reset OK
26 +++ 1
27 >>> MAIL FROM:<discard@test.ex>
28 ??? 250
29 <<< 250 OK
30 >>> RCPT TO:<CALLER@test.ex>
31 ??? 250
32 <<< 250 Accepted
33 >>> DATA
34 ??? 354
35 <<< 354 Enter message, ending with "." on a line by itself
36 >>> From: <coyote@test.ex>
37 >>> Subject: this should be discarded by the filter
38 >>> .
39 ??? 250
40 <<< 250 OK id=10HmaY-000000005vi-0000
41 >>> RSET
42 ??? 250
43 <<< 250 Reset OK
44 +++ 1
45 >>> MAIL FROM:<identified@test.ex>
46 ??? 250
47 <<< 250 OK
48 >>> RCPT TO:<CALLER@test.ex>
49 ??? 250
50 <<< 250 Accepted
51 >>> DATA
52 ??? 354
53 <<< 354 Enter message, ending with "." on a line by itself
54 >>> From: <spot_this@test.ex>
55 >>> Subject: this should be delivered to a speicifc place by the filter
56 >>> .
57 ??? 250
58 <<< 250 OK id=10HmaZ-000000005vi-0000
59 >>> RSET
60 ??? 250
61 <<< 250 Reset OK
62 +++ 1
63 >>> MAIL FROM:<redirect@test.ex>
64 ??? 250
65 <<< 250 OK
66 >>> RCPT TO:<CALLER@test.ex>
67 ??? 250
68 <<< 250 Accepted
69 >>> DATA
70 ??? 354
71 <<< 354 Enter message, ending with "." on a line by itself
72 >>> From: <redirect@test.ex>
73 >>> Subject: this should be redirected by the filter to a different address
74 >>> .
75 ??? 250
76 <<< 250 OK id=10HmbA-000000005vi-0000
77 >>> QUIT
78 ??? 221
79 <<< 221 myhost.test.ex closing connection
80 End of script