[Exim] [Minor Bug] -bV output incorrect.

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: [Exim] [Minor Bug] -bV output incorrect.
There is a typo in exim.c, claiming support for MBX if maildir is
supported.
--------------------------------
--------------------------------
*** exim.c.orig    Sun Aug 24 15:11:26 2003
--- exim.c    Sun Aug 24 15:11:58 2003
***************
*** 828,834 ****
    #ifdef SUPPORT_MAILSTORE
      fprintf(f, "/mailstore");
    #endif
!   #ifdef SUPPORT_MAILDIR
      fprintf(f, "/mbx");
    #endif
  #endif
--- 828,834 ----
    #ifdef SUPPORT_MAILSTORE
      fprintf(f, "/mailstore");
    #endif
!   #ifdef SUPPORT_MBX
      fprintf(f, "/mbx");
    #endif
  #endif
--------------------------------
               cu andreas