1 Connecting to 127.0.0.1 port 1225 ... connected
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
6 <<< 250 myhost.test.ex Hello tester [127.0.0.1]
7 >>> MAIL FROM:<implcit@test.ex>
10 >>> RCPT TO:<CALLER@test.ex>
15 <<< 354 Enter message, ending with "." on a line by itself
16 >>> From: <good@test.ex>
17 >>> Subject: this should be accepted and filed
19 >>> a single body line
22 <<< 250 OK id=10HmaX-000000005vi-0000
27 >>> MAIL FROM:<discard@test.ex>
30 >>> RCPT TO:<CALLER@test.ex>
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
40 <<< 250 OK id=10HmaY-000000005vi-0000
45 >>> MAIL FROM:<identified@test.ex>
48 >>> RCPT TO:<CALLER@test.ex>
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
58 <<< 250 OK id=10HmaZ-000000005vi-0000
63 >>> MAIL FROM:<redirect@test.ex>
66 >>> RCPT TO:<CALLER@test.ex>
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
76 <<< 250 OK id=10HmbA-000000005vi-0000
79 <<< 221 myhost.test.ex closing connection