TLS: fix resumption for TLS-on-connect
[exim.git] / src / src / transports / smtp.h
index cb1d726250e89f5a5779259ccdd2aca2f8f849cb..0d15b962635ddb93a8ec9dc2f9008cc7cce79d07 100644 (file)
@@ -109,6 +109,7 @@ typedef struct {
   uschar       *tls_privatekey;
   uschar       *tls_require_ciphers;
 # ifndef DISABLE_TLS_RESUME
+#  define HNE_DEFAULT US"${if and {{match{$host}{.outlook.com\\$}} {match{$item}{\\N^250-([\\w.]+)\\s\\N}}} {$1}}"
   uschar       *host_name_extract;
   uschar       *tls_resumption_hosts;
 # endif