to be included in bounce messages, as it doesn't seem to be a security
risk.
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.163 2005/06/17 13:52:14 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.164 2005/06/17 14:20:48 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
Change log file for Exim from version 4.21
-------------------------------------------
"%lld" and "long long". Replaced the call to snprintf() with a call to
string_vformat().
"%lld" and "long long". Replaced the call to snprintf() with a call to
string_vformat().
+PH/21 Added another message to those in 4.51/PH/42, namely "All relevant MX
+ records point to non-existent hosts".
+
Exim version 4.51
-----------------
Exim version 4.51
-----------------
-/* $Cambridge: exim/src/src/routers/dnslookup.c,v 1.3 2005/01/11 15:51:03 ph10 Exp $ */
+/* $Cambridge: exim/src/src/routers/dnslookup.c,v 1.4 2005/06/17 14:20:48 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
/*************************************************
* Exim - an Internet mail transport agent *
if (h.mx >= 0 && h.address == NULL)
{
if (h.mx >= 0 && h.address == NULL)
{
+ setflag(addr, af_pass_message); /* This is not a security risk */
if (h.name[0] == 0)
addr->message = US"an SRV record indicated no SMTP service";
else
if (h.name[0] == 0)
addr->message = US"an SRV record indicated no SMTP service";
else