diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-26 12:10:27 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-26 15:43:03 +0100 |
commit | df12cced099ee64551adf71b5fa38695db62c3f9 (patch) | |
tree | 0b694d9f5bfae6182354a90de47b3b0112176c29 /test/stderr/0487 | |
parent | b326f3a87ad439673a1cb73037f411bb8ea25ff4 (diff) |
DEBUG: clarify multiline smtp responses
Diffstat (limited to 'test/stderr/0487')
-rw-r--r-- | test/stderr/0487 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/0487 b/test/stderr/0487 index 2056f5373..5b9855f4a 100644 --- a/test/stderr/0487 +++ b/test/stderr/0487 @@ -23,10 +23,10 @@ SMTP<< ehlo x.y in pipelining_advertise_hosts? yes (matched "*") in chunking_advertise_hosts? no (end of list) SMTP>> 250-myhost.test.ex Hello CALLER at x.y -250-SIZE 52428800 -250-8BITMIME -250-PIPELINING -250 HELP + 250-SIZE 52428800 + 250-8BITMIME + 250-PIPELINING + 250 HELP SMTP<< mail from:<x@y> spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 |