As client, request PRDR by default if the server offers it
[exim.git] / src / src / transports / smtp.c
index f919508bcbafe9363ff020d2038e925a2b082999..3dae1d2f2a31c374d627f474cd73f9967c89dc1e 100644 (file)
@@ -214,7 +214,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   NULL,                /* hosts_require_dane */
 #endif
 #ifndef DISABLE_PRDR
-  NULL,                /* hosts_try_prdr */
+  US"*",                /* hosts_try_prdr */
 #endif
 #ifndef DISABLE_OCSP
   US"*",               /* hosts_request_ocsp (except under DANE; tls_client_start()) */