1 # Sieve filter: basic classify reject/deliver
3 exim -bd -DSERVER=server -oX PORT_D
7 client 127.0.0.1 PORT_D
11 MAIL FROM:<implcit@test.ex>
13 RCPT TO:<CALLER@test.ex>
18 Subject: this should be accepted and filed
26 MAIL FROM:<discard@test.ex>
28 RCPT TO:<CALLER@test.ex>
32 From: <coyote@test.ex>
33 Subject: this should be discarded by the filter
39 MAIL FROM:<identified@test.ex>
41 RCPT TO:<CALLER@test.ex>
45 From: <spot_this@test.ex>
46 Subject: this should be delivered to a speicifc place by the filter
52 MAIL FROM:<redirect@test.ex>
54 RCPT TO:<CALLER@test.ex>
58 From: <redirect@test.ex>
59 Subject: this should be redirected by the filter to a different address