Be careful about DNS response AD/AA bits for error returns
[exim.git] / src / src / host.c
index 4081729ab0a8fd69cdfa121b2e9e1b07aa384247..3c2b8b3c8d3d067f6cc85b01e97c36e44859d1b5 100644 (file)
@@ -2648,7 +2648,7 @@ if (rc != DNS_SUCCEED  &&  whichrrs & HOST_FIND_BY_MX)
   if (dnssec_request)
     if (dns_is_secure(dnsa))
       {
-      DEBUG(D_host_lookup) debug_printf("%s MX DNSSEC\n", host->name);
+      DEBUG(D_host_lookup) debug_printf("%s (MX resp) DNSSEC\n", host->name);
       dnssec = DS_YES; lookup_dnssec_authenticated = US"yes";
       }
     else