diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:47 +0100 |
commit | e498ab40197936833f696439e78c5cb08e5180cb (patch) | |
tree | 054f9a49fe8e8e255d1417cf56dccb7f12e38eae /test/stdout | |
parent | ab7ecc495b4909b8ee9c7ae8747436aa1881b9e7 (diff) | |
parent | 9befa1ca9a2acc3cb372b53504ace48cc2ac2a2f (diff) |
Merge branch 'multiqueue_336': Named queues
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 1 | ||||
-rw-r--r-- | test/stdout/0574 | 3 | ||||
-rw-r--r-- | test/stdout/0576 | 17 |
3 files changed, 20 insertions, 1 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 9a2768bdc..0bbd4c754 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -14,6 +14,7 @@ > qualify_domain: myhost.test.ex > bounce_return_size_limit: 102400 > spool_directory: TESTSUITE/spool +> queue_name: > Failed: unknown variable in "${unknown}" > h_subject: (should be empty) > h_subject: (should be empty) diff --git a/test/stdout/0574 b/test/stdout/0574 index 8b960505d..aea0754b7 100644 --- a/test/stdout/0574 +++ b/test/stdout/0574 @@ -38,11 +38,12 @@ local_scan() returned 0 NULL considering: ${tod_full} expanding: ${tod_full} result: Tue, 2 Mar 1999 09:44:33 +0000 -Writing spool header file +Writing spool header file: TESTSUITE/spool//input//hdr.pppp DSN: Write SPOOL :-dsn_envid NULL DSN: Write SPOOL :-dsn_ret 0 DSN: Flags :0 DSN: **** SPOOL_OUT - address: |dest@test.ex| errorsto: |NULL| orcpt: |NULL| dsn_flags: 0 +Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H Size of headers = sss LOG: MAIN <= tester@test.ex H=(test.ex) [127.0.0.1] P=esmtp S=sss diff --git a/test/stdout/0576 b/test/stdout/0576 new file mode 100644 index 000000000..608078ed1 --- /dev/null +++ b/test/stdout/0576 @@ -0,0 +1,17 @@ +220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaX-0005vi-00
+250 Reset OK
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaY-0005vi-00
+221 the.local.host.name closing connection
+220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaZ-0005vi-00
+221 the.local.host.name closing connection
|