diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-18 19:45:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-21 19:26:44 +0100 |
commit | 7c576fcada992ef799700d2fd1a7753f40f1bb7a (patch) | |
tree | a79ff38804bdf8351d5a44bde825b0e71b7b69bf /test/stderr/2135 | |
parent | ac0aabcebbc0d57c1e1c580e2225353e206109a7 (diff) |
Logging: pipelining log_selector
Diffstat (limited to 'test/stderr/2135')
-rw-r--r-- | test/stderr/2135 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stderr/2135 b/test/stderr/2135 index 432f1cf6c..db08f08a3 100644 --- a/test/stderr/2135 +++ b/test/stderr/2135 @@ -29,7 +29,9 @@ not using DSN SMTP>> MAIL FROM:<usera@ok.example> SMTP>> RCPT TO:<userb@test.ex> cmd buf flush ddd bytes +sync_responses expect mail SMTP<< 250 OK +sync_responses expect rcpt SMTP<< 250 Accepted LOG: MAIN <= CALLER@myhost.test.ex U=CALLER P=local-smtp S=sss @@ -56,6 +58,7 @@ Transport port=25 replaced by host-specific port=1225 continued connection, proxied TLS SMTP>> DATA cmd buf flush ddd bytes +sync_responses expect data SMTP<< 354 Enter message, ending with "." on a line by itself SMTP>> writing message and terminating "." cannot use sendfile for body: spoolfile not wireformat |