MOVE_FROZEN_MESSAGES didn't output anything for -bV.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Thu, 20 Oct 2005 15:19:13 +0000 (15:19 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Thu, 20 Oct 2005 15:19:13 +0000 (15:19 +0000)
doc/doc-txt/ChangeLog
src/src/exim.c

index 6feabf5d288ba93b3b77ecfb74ce8cb0d5927993..3a03c80cc1375d213d74a0544223e760c3b76855 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.251 2005/10/20 14:03:22 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.252 2005/10/20 15:19:13 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -38,8 +38,8 @@ 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.
+PH/04 SUPPORT_TRANSLATE_IP_ADDRESS and MOVE_FROZEN_MESSAGES did not cause
+      anything to be listed in the output from -bV.
 
 
 Exim version 4.54
index 25b8ff4558656c886db95ff163d0c1aae3229ea0..e083858f87adde371894e088a30fccc0fb801bb4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/exim.c,v 1.29 2005/10/20 14:03:22 ph10 Exp $ */
+/* $Cambridge: exim/src/src/exim.c,v 1.30 2005/10/20 15:19:13 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -864,6 +864,9 @@ fprintf(f, "Support for:");
 #ifdef SUPPORT_TRANSLATE_IP_ADDRESS
   fprintf(f, " translate_ip_address");
 #endif
+#ifdef SUPPORT_MOVE_FROZEN_MESSAGES
+  fprintf(f, " move_frozen_messages");
+#endif
 #ifdef WITH_CONTENT_SCAN
   fprintf(f, " Content_Scanning");
 #endif