Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries...
[exim.git] / src / src / transports / smtp.c
index f76b4f730cd0ba5de83cdd529880cd83ea3f4557..041ed9393c4d0cf0cdcd9dca5938f64f24de67e2 100644 (file)
@@ -262,7 +262,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   .hosts_avoid_esmtp =         NULL,
 #ifdef SUPPORT_TLS
   .hosts_nopass_tls =          NULL,
-  .hosts_noproxy_tls =         US"*",
+  .hosts_noproxy_tls =         NULL,
 #endif
   .command_timeout =           5*60,
   .connect_timeout =           5*60,