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/stdout/0950 | |
parent | 280ea2d7ca4b9b1a3f5d34a243f48e652114a5f4 (diff) |
Testsuite: basic Sieve operations
Diffstat (limited to 'test/stdout/0950')
-rw-r--r-- | test/stdout/0950 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/test/stdout/0950 b/test/stdout/0950 new file mode 100644 index 000000000..8a9ae2366 --- /dev/null +++ b/test/stdout/0950 @@ -0,0 +1,80 @@ +Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> HELO tester +??? 250 +<<< 250 myhost.test.ex Hello tester [127.0.0.1] +>>> MAIL FROM:<implcit@test.ex> +??? 250 +<<< 250 OK +>>> RCPT TO:<CALLER@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> From: <good@test.ex> +>>> Subject: this should be accepted and filed +>>> +>>> a single body line +>>> . +??? 250 +<<< 250 OK id=10HmaX-000000005vi-0000 +>>> RSET +??? 250 +<<< 250 Reset OK ++++ 1 +>>> MAIL FROM:<discard@test.ex> +??? 250 +<<< 250 OK +>>> RCPT TO:<CALLER@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> From: <coyote@test.ex> +>>> Subject: this should be discarded by the filter +>>> . +??? 250 +<<< 250 OK id=10HmaY-000000005vi-0000 +>>> RSET +??? 250 +<<< 250 Reset OK ++++ 1 +>>> MAIL FROM:<identified@test.ex> +??? 250 +<<< 250 OK +>>> RCPT TO:<CALLER@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> From: <spot_this@test.ex> +>>> Subject: this should be delivered to a speicifc place by the filter +>>> . +??? 250 +<<< 250 OK id=10HmaZ-000000005vi-0000 +>>> RSET +??? 250 +<<< 250 Reset OK ++++ 1 +>>> MAIL FROM:<redirect@test.ex> +??? 250 +<<< 250 OK +>>> RCPT TO:<CALLER@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> From: <redirect@test.ex> +>>> Subject: this should be redirected by the filter to a different address +>>> . +??? 250 +<<< 250 OK id=10HmbA-000000005vi-0000 +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |