summaryrefslogtreecommitdiff
path: root/test/stderr
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-05-26 12:10:27 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-05-26 15:43:03 +0100
commitdf12cced099ee64551adf71b5fa38695db62c3f9 (patch)
tree0b694d9f5bfae6182354a90de47b3b0112176c29 /test/stderr
parentb326f3a87ad439673a1cb73037f411bb8ea25ff4 (diff)
downloadexim4-df12cced099ee64551adf71b5fa38695db62c3f9.tar.gz
DEBUG: clarify multiline smtp responses
Diffstat (limited to 'test/stderr')
-rw-r--r--test/stderr/004416
-rw-r--r--test/stderr/030316
-rw-r--r--test/stderr/037110
-rw-r--r--test/stderr/04878
-rw-r--r--test/stderr/340016
5 files changed, 33 insertions, 33 deletions
diff --git a/test/stderr/0044 b/test/stderr/0044
index 6d3354ece..e8e4a384f 100644
--- a/test/stderr/0044
+++ b/test/stderr/0044
@@ -33,10 +33,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-the.local.host.name Hello exim.test.ex [V4NET.11.12.13]
-250-SIZE 52428800
-250-8BITMIME
-250-PIPELINING
-250 HELP
+ 250-SIZE 52428800
+ 250-8BITMIME
+ 250-PIPELINING
+ 250 HELP
SMTP<< mail from:postmaster@exim.test.ex
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
@@ -211,10 +211,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-the.local.host.name Hello exim.test.ex [V4NET.99.99.99]
-250-SIZE 52428800
-250-8BITMIME
-250-PIPELINING
-250 HELP
+ 250-SIZE 52428800
+ 250-8BITMIME
+ 250-PIPELINING
+ 250 HELP
SMTP<< mail from:postmaster@exim.test.ex
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
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
diff --git a/test/stderr/0371 b/test/stderr/0371
index 9a3402fe5..41ad3ff50 100644
--- a/test/stderr/0371
+++ b/test/stderr/0371
@@ -39,11 +39,11 @@ 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-mail.test.ex Hello something [V4NET.0.0.0]
-250-SIZE 52428800
-250-8BITMIME
-250-VRFY
-250-PIPELINING
-250 HELP
+ 250-SIZE 52428800
+ 250-8BITMIME
+ 250-VRFY
+ 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
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
diff --git a/test/stderr/3400 b/test/stderr/3400
index bd048d486..bec165e5d 100644
--- a/test/stderr/3400
+++ b/test/stderr/3400
@@ -448,14 +448,14 @@ Evaluating advertise_condition for defer DEFER athenticator
Evaluating advertise_condition for login LOGIN athenticator
host in chunking_advertise_hosts? no (end of list)
SMTP>> 250-myhost.test.ex Hello CALLER at testing.testing [10.0.0.5]
-250-SIZE 52428800
-250-8BITMIME
-250-ETRN
-250-VRFY
-250-EXPN
-250-PIPELINING
-250-AUTH MYLOGIN PLAIN EXPLAIN EXPANDED EXPANDFAIL DEFER LOGIN
-250 HELP
+ 250-SIZE 52428800
+ 250-8BITMIME
+ 250-ETRN
+ 250-VRFY
+ 250-EXPN
+ 250-PIPELINING
+ 250-AUTH MYLOGIN PLAIN EXPLAIN EXPANDED EXPANDFAIL DEFER LOGIN
+ 250 HELP
SMTP<< auth mylogin dXNlcnggc2VjcmV0
auth input decode: 'userx secret'
mylogin authenticator server_condition: