[exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim…

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: exim-cvs
Subject: [exim-cvs] cvs commit: exim/exim-doc/doc-txt ChangeLog exim/exim-src/src/transports smtp.c
nm4 2009/10/20 14:10:16 BST

  Modified files:
    exim-doc/doc-txt     ChangeLog 
    exim-src/src/transports smtp.c 
  Log:
  Improvements to LMTP delivery logging.  Fixes: #807


  Revision  Changes    Path
  1.579     +2 -0      exim/exim-doc/doc-txt/ChangeLog
  1.43      +1 -0      exim/exim-src/src/transports/smtp.c


  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.578
  retrieving revision 1.579
  diff -u -r1.578 -r1.579
  --- ChangeLog    20 Oct 2009 12:45:49 -0000    1.578
  +++ ChangeLog    20 Oct 2009 13:10:15 -0000    1.579
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.578 2009/10/20 12:45:49 nm4 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.579 2009/10/20 13:10:15 nm4 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -130,6 +130,8 @@
   NM/27 Bugzilla 802: Improvements to local interface IP addr detection
         Patch provided by David Brownlee


+NM/27 Bugzilla 807: Improvements to LMTP delivery logging
+

Exim version 4.69
-----------------

  Index: smtp.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/smtp.c,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- smtp.c    10 Jun 2009 07:34:05 -0000    1.42
  +++ smtp.c    20 Oct 2009 13:10:15 -0000    1.43
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/transports/smtp.c,v 1.42 2009/06/10 07:34:05 tom Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/smtp.c,v 1.43 2009/10/20 13:10:15 nm4 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -1715,6 +1715,7 @@
             continue;
             }
           completed_address = TRUE;   /* NOW we can set this flag */
  +        conf = string_sprintf("LMTP Successful delivery:%s", string_printing(buffer));
           }


         /* SMTP, or success return from LMTP for this address. Pass back the