diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-15 20:24:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-15 22:12:03 +0100 |
commit | 87a97abbfb57cb6583c330e09446c3e8549fd32f (patch) | |
tree | fea66a9818b4f5f46061b865280d87243b50f074 /test/scripts/0000-Basic | |
parent | 280ea2d7ca4b9b1a3f5d34a243f48e652114a5f4 (diff) |
Testsuite: basic Sieve operations
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0950 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0950 b/test/scripts/0000-Basic/0950 new file mode 100644 index 000000000..fb7d0056d --- /dev/null +++ b/test/scripts/0000-Basic/0950 @@ -0,0 +1,67 @@ +# Sieve filter: basic classify reject/deliver +# +exim -bd -DSERVER=server -oX PORT_D +**** +# +# +client 127.0.0.1 PORT_D +??? 220 +HELO tester +??? 250 +MAIL FROM:<implcit@test.ex> +??? 250 +RCPT TO:<CALLER@test.ex> +??? 250 +DATA +??? 354 +From: <good@test.ex> +Subject: this should be accepted and filed + +a single body line +. +??? 250 +RSET +??? 250 ++++ 1 +MAIL FROM:<discard@test.ex> +??? 250 +RCPT TO:<CALLER@test.ex> +??? 250 +DATA +??? 354 +From: <coyote@test.ex> +Subject: this should be discarded by the filter +. +??? 250 +RSET +??? 250 ++++ 1 +MAIL FROM:<identified@test.ex> +??? 250 +RCPT TO:<CALLER@test.ex> +??? 250 +DATA +??? 354 +From: <spot_this@test.ex> +Subject: this should be delivered to a speicifc place by the filter +. +??? 250 +RSET +??? 250 ++++ 1 +MAIL FROM:<redirect@test.ex> +??? 250 +RCPT TO:<CALLER@test.ex> +??? 250 +DATA +??? 354 +From: <redirect@test.ex> +Subject: this should be redirected by the filter to a different address +. +??? 250 +QUIT +??? 221 +**** +# +millisleep 500 +killdaemon |