diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-04 21:53:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-05 19:34:43 +0000 |
commit | 19fdbfb4a2b6ca4a6a96ef52be848f0a23e2414f (patch) | |
tree | 0e11463bafd367fc15eb5451d9ba953821431650 /test/stdout | |
parent | acfde2172e82f6b776f16d78f789c6968b69b9f0 (diff) |
Debug pretrigger capture facility
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0628 (renamed from test/stdout/0574) | 0 | ||||
-rw-r--r-- | test/stdout/0629 | 24 | ||||
-rw-r--r-- | test/stdout/0630 | 30 | ||||
-rw-r--r-- | test/stdout/0631 | 30 |
4 files changed, 84 insertions, 0 deletions
diff --git a/test/stdout/0574 b/test/stdout/0628 index 7311e2d77..7311e2d77 100644 --- a/test/stdout/0574 +++ b/test/stdout/0628 diff --git a/test/stdout/0629 b/test/stdout/0629 new file mode 100644 index 000000000..eaa8463ce --- /dev/null +++ b/test/stdout/0629 @@ -0,0 +1,24 @@ +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 +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250 +<<< 250 HELP +>>> MAIL FROM:<test_2@paniclogrcpt> +??? 250 +<<< 250 OK +>>> RCPT TO:<dest2@test.ex> +??? 550 +<<< 550 Administrative prohibition +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script diff --git a/test/stdout/0630 b/test/stdout/0630 new file mode 100644 index 000000000..8aec05945 --- /dev/null +++ b/test/stdout/0630 @@ -0,0 +1,30 @@ +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 +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250 +<<< 250 HELP +>>> MAIL FROM:<test_3@paniclogrouter> +??? 250 +<<< 250 OK +>>> RCPT TO:<dest3@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> . +??? 250 +<<< 250 OK id=10HmaX-0005vi-00 +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script diff --git a/test/stdout/0631 b/test/stdout/0631 new file mode 100644 index 000000000..5ca8747c8 --- /dev/null +++ b/test/stdout/0631 @@ -0,0 +1,30 @@ +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 +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250 +<<< 250 HELP +>>> MAIL FROM:<test_3@paniclogrouter> +??? 250 +<<< 250 yes6 +>>> RCPT TO:<dest3@test.ex> +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> . +??? 250 +<<< 250 OK id=10HmaX-0005vi-00 +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |