]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transports/smtp.c
As client, request PRDR by default if the server offers it
[user/henk/code/exim.git] / src / src / transports / smtp.c
index d29ab8b43cdcceffa1f4957ffae3bfda27c82a62..9ba033e241ae5c9e5dab563d2017209cd508f89f 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()) */