[exim-cvs] cvs commit: exim/exim-src/src globals.h exim/exi…

Góra strony
Delete this message
Reply to this message
Autor: Magnus Holmgren
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src globals.h exim/exim-doc/doc-txt experimental-spec.txt
magnus 2007/07/27 14:56:24 BST

  Modified files:
    exim-src/src         globals.h 
    exim-doc/doc-txt     experimental-spec.txt 
  Log:
  Update experimental-spec and comment on the name of the SPF trace header - it's now called Received-SPF (fixes: bug 519)


  Revision  Changes                              Path
  1.7       +1 -1;  commitid: 425146a9f9874567;  exim/exim-doc/doc-txt/experimental-spec.txt
  1.57      +1 -1;  commitid: 425146a9f9874567;  exim/exim-src/src/globals.h


  Index: globals.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/globals.h,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- globals.h    27 Jun 2007 11:01:52 -0000    1.56
  +++ globals.h    27 Jul 2007 13:56:24 -0000    1.57
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/globals.h,v 1.56 2007/06/27 11:01:52 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/globals.h,v 1.57 2007/07/27 13:56:24 magnus Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -688,7 +688,7 @@
   #endif
   #ifdef EXPERIMENTAL_SPF
   extern uschar *spf_header_comment;     /* spf header comment */
  -extern uschar *spf_received;           /* SPF-Received: header */
  +extern uschar *spf_received;           /* Received-SPF: header */
   extern uschar *spf_result;             /* spf result in string form */
   extern uschar *spf_smtp_comment;       /* spf comment to include in SMTP reply */
   #endif


  Index: experimental-spec.txt
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/experimental-spec.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- experimental-spec.txt    23 Jul 2005 20:19:09 -0000    1.6
  +++ experimental-spec.txt    27 Jul 2007 13:56:24 -0000    1.7
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/experimental-spec.txt,v 1.6 2005/07/23 20:19:09 tom Exp $
  +$Cambridge: exim/exim-doc/doc-txt/experimental-spec.txt,v 1.7 2007/07/27 13:56:24 magnus Exp $


   From time to time, experimental features may be added to Exim.
   While a feature  is experimental, there  will be a  build-time
  @@ -642,7 +642,7 @@
     it for logging purposes.


     $spf_received
  -  This contains a complete SPF-Received: header that can be
  +  This contains a complete Received-SPF: header that can be
     added to the message. Please note that according to the SPF
     draft, this header must be added at the top of the header
     list. Please see section 10 on how you can do this.