On a host lookup name->MX->A->ip sequence, require both stages to
[exim.git] / src / src / tls-openssl.c
index 0bd23ac6335b0b15464d59f6715feef408b55b6a..eb74605da04125ef77a51c3dd3641a5dbf48e6f4 100644 (file)
@@ -1664,6 +1664,7 @@ if (host->dnssec == DS_YES)
 else if (dane_required)
   {
   /* Hmm - what lookup, precisely? */
+  /*XXX a shame we only find this after making tcp & smtp connection */
   log_write(0, LOG_MAIN, "DANE error: previous lookup not DNSSEC");
   return FAIL;
   }