diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-24 21:01:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-24 21:14:58 +0000 |
commit | 47a8e4e87605b16ed2aa06abdf09114dc1177388 (patch) | |
tree | 7faf5d67feafc4dc02255d6a751bcd98169a4f13 | |
parent | 92bdcb334a754d4028172922f67abcc3fd3013b8 (diff) |
Testsuite: output file changes from d7a2c8337f7b
-rw-r--r-- | test/stderr/5204 | 12 | ||||
-rw-r--r-- | test/stdout/5204 | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/test/stderr/5204 b/test/stderr/5204 index e1ed340c0..32754009b 100644 --- a/test/stderr/5204 +++ b/test/stderr/5204 @@ -273,30 +273,30 @@ host in chunking_advertise_hosts? no (end of list) processing "accept" check verify = recipient >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -routing "FAIL cannot route this one=(FAIL)"@some.host +routing "FAIL cannot route this one (FAIL)"@some.host --------> b router <-------- -local_part=fail cannot route this one=(fail) domain=some.host +local_part=fail cannot route this one (fail) domain=some.host checking senders y in ""? no (end of list) x@y in ":"? no (end of list) b router skipped: senders mismatch --------> q router <-------- -local_part=FAIL cannot route this one=(FAIL) domain=some.host +local_part=FAIL cannot route this one (FAIL) domain=some.host checking domains some.host in "test.ex"? no (end of list) some.host in "! +local_domains"? yes (end of list) calling q router -q router called for "FAIL cannot route this one=(FAIL)"@some.host: domain = some.host +q router called for "FAIL cannot route this one (FAIL)"@some.host: domain = some.host requires uid=CALLER_UID gid=CALLER_GID current_directory=/ not running as root: cannot change uid/gid subprocess will run with uid=EXIM_UID gid=EXIM_GID -command wrote: FAIL cannot route this one=(FAIL) +command wrote: FAIL cannot route this one (FAIL) q router forced address failure ----------- end verify ------------ accept: condition test failed in inline ACL end of inline ACL: implicit DENY LOG: MAIN REJECT - H=(some.name) [V4NET.2.3.4] F=<x@y> rejected RCPT <"FAIL cannot route this one=(FAIL)"@some.host>: cannot route this one=(FAIL) + H=(some.name) [V4NET.2.3.4] F=<x@y> rejected RCPT <"FAIL cannot route this one (FAIL)"@some.host>: cannot route this one (FAIL) LOG: smtp_connection MAIN SMTP connection from (some.name) [V4NET.2.3.4] closed by QUIT >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>> diff --git a/test/stdout/5204 b/test/stdout/5204 index 6a309bda4..22f01be9f 100644 --- a/test/stdout/5204 +++ b/test/stdout/5204 @@ -25,5 +25,5 @@ postmaster@test.ex 250-PIPELINING
250 HELP
250 OK
-550 cannot route this one=(FAIL)
+550 cannot route this one (FAIL)
221 myhost.test.ex closing connection
|