From b2f5a03200c914f601bc9d28c6e069316a3b20eb Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Thu, 20 Oct 2005 14:03:22 +0000 Subject: [PATCH] SUPPORT_TRANSLATE_IP_ADDRESS didn't cause any output from -bV. --- doc/doc-txt/ChangeLog | 5 ++++- src/src/exim.c | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index acac82061..6feabf5d2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.250 2005/10/13 13:21:00 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.251 2005/10/20 14:03:22 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -38,6 +38,9 @@ PH/03 For some reason, the default setting of PATH when running a command from a pipe transport was just "/usr/bin". I have changed it to "/bin:/usr/bin". +PH/04 SUPPORT_TRANSLATE_IP_ADDRESS did not cause anything to be listed in the + output from -bV. + Exim version 4.54 ----------------- diff --git a/src/src/exim.c b/src/src/exim.c index f3f303d6d..25b8ff455 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.c,v 1.28 2005/09/12 10:08:54 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.c,v 1.29 2005/10/20 14:03:22 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -861,6 +861,9 @@ fprintf(f, "Support for:"); fprintf(f, " OpenSSL"); #endif #endif +#ifdef SUPPORT_TRANSLATE_IP_ADDRESS + fprintf(f, " translate_ip_address"); +#endif #ifdef WITH_CONTENT_SCAN fprintf(f, " Content_Scanning"); #endif -- 2.30.2