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/0303 | |
parent | b326f3a87ad439673a1cb73037f411bb8ea25ff4 (diff) |
DEBUG: clarify multiline smtp responses
Diffstat (limited to 'test/stderr/0303')
-rw-r--r-- | test/stderr/0303 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/stderr/0303 b/test/stderr/0303 index d8c1e68da..bf8f94662 100644 --- a/test/stderr/0303 +++ b/test/stderr/0303 @@ -72,10 +72,10 @@ host in dsn_advertise_hosts? no (option unset) host in pipelining_advertise_hosts? yes (matched "*") host in chunking_advertise_hosts? no (end of list) SMTP>> 250-myhost.test.ex Hello [V4NET.2.3.4] [V4NET.2.3.4] -250-SIZE 52428800 -250-8BITMIME -250-PIPELINING -250 HELP + 250-SIZE 52428800 + 250-8BITMIME + 250-PIPELINING + 250 HELP SMTP<< mail from:<> 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 @@ -149,10 +149,10 @@ host in dsn_advertise_hosts? no (option unset) host in pipelining_advertise_hosts? yes (matched "*") host in chunking_advertise_hosts? no (end of list) SMTP>> 250-myhost.test.ex Hello host.name.tld [V4NET.2.3.4] -250-SIZE 52428800 -250-8BITMIME -250-PIPELINING -250 HELP + 250-SIZE 52428800 + 250-8BITMIME + 250-PIPELINING + 250 HELP SMTP<< mail from:<> 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 |