the the include-dir and library-file requirements that go with that
choice. Non-TLS builds are still supported.
+JH/24 Fix duplicated logging of peer name/address, on a transport connection-
+ reject under TFO.
Exim version 4.92
transport_count);
return FALSE;
+ case ECONNREFUSED: /* First-read error on a TFO conn */
+ if (verify_mode) *message = US strerror(*errno_value);
+ return FALSE; /* nonverify, do not set message */
+
case ERRNO_SMTPFORMAT: /* Handle malformed SMTP response */
s = string_printing(buffer);
while (isspace(*s)) s++;