diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 22:43:53 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 22:43:53 +0000 |
commit | d584d0921bf0b90ba26b153816ededf9b2cfbeb4 (patch) | |
tree | 5df09c69b6e5c3462bdcda59531710349a7e8481 /test/stderr | |
parent | 0c6608531368096bafebac4e488f84891368b006 (diff) |
Testsuite: munges to support no-ssl builds
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0388 | 3 | ||||
-rw-r--r-- | test/stderr/0398 | 3 | ||||
-rw-r--r-- | test/stderr/0432 | 3 | ||||
-rw-r--r-- | test/stderr/0487 | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/test/stderr/0388 b/test/stderr/0388 index f3a48e5fc..276962f6b 100644 --- a/test/stderr/0388 +++ b/test/stderr/0388 @@ -93,9 +93,6 @@ Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ... 127.0.0.1 in hosts_try_fastopen? SMTP>> EHLO myhost.test.ex cmd buf flush ddd bytes SMTP<< 250 OK - compiled RE '.outlook.com$' not found in local cache - compiling RE '.outlook.com$' - compiled RE '.outlook.com$' saved in local cache 127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<CALLER@myhost.test.ex> cmd buf flush ddd bytes diff --git a/test/stderr/0398 b/test/stderr/0398 index 8836a6d46..12727cfc4 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -158,9 +158,6 @@ Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ... 127.0.0.1 in hosts_try_fastopen? SMTP>> EHLO mail.test.ex cmd buf flush ddd bytes SMTP<< 250 OK - compiled RE '.outlook.com$' not found in local cache - compiling RE '.outlook.com$' - compiled RE '.outlook.com$' saved in local cache not using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) diff --git a/test/stderr/0432 b/test/stderr/0432 index 06e40f039..917279c1e 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -111,9 +111,6 @@ Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ... 127.0.0.1 in hosts_try_fastopen? SMTP>> EHLO myhost.test.ex cmd buf flush ddd bytes SMTP<< 250 OK - compiled RE '.outlook.com$' not found in local cache - compiling RE '.outlook.com$' - compiled RE '.outlook.com$' saved in local cache not using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) diff --git a/test/stderr/0487 b/test/stderr/0487 index 88ce6aaca..86af4dfec 100644 --- a/test/stderr/0487 +++ b/test/stderr/0487 @@ -19,15 +19,12 @@ LOG: smtp_connection MAIN SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< ehlo x.y - in limits_advertise_hosts? - list element: !* in dsn_advertise_hosts? no (option unset) in pipelining_advertise_hosts? list element: * in pipelining_advertise_hosts? yes (matched "*") in chunking_advertise_hosts? in chunking_advertise_hosts? no (end of list) - in tls_advertise_hosts? SMTP>> 250-myhost.test.ex Hello CALLER at x.y 250-SIZE 52428800 250-8BITMIME |