[exim-cvs] cvs commit: exim/exim-doc/doc-docbook spec.xfpt …

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-docbook spec.xfpt exim/exim-doc/doc-txt ChangeLog NewStuff
nm4 2008/10/16 08:57:01 BST

  Modified files:
    exim-doc/doc-docbook spec.xfpt 
    exim-doc/doc-txt     ChangeLog NewStuff 
  Log:
  Fixed erroneous documentation references to smtp_notquit_acl to be acl_smtp_notquit


  Revision  Changes    Path
  1.48      +1 -1      exim/exim-doc/doc-docbook/spec.xfpt
  1.556     +3 -0      exim/exim-doc/doc-txt/ChangeLog
  1.159     +1 -1      exim/exim-doc/doc-txt/NewStuff


  Index: spec.xfpt
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-docbook/spec.xfpt,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- spec.xfpt    29 Sep 2008 11:17:46 -0000    1.47
  +++ spec.xfpt    16 Oct 2008 07:57:01 -0000    1.48
  @@ -1,4 +1,4 @@
  -. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.47 2008/09/29 11:17:46 nm4 Exp $
  +. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.48 2008/10/16 07:57:01 nm4 Exp $
   .
   . /////////////////////////////////////////////////////////////////////////////
   . This is the primary source of the Exim Manual. It is an xfpt document that is
  @@ -24767,7 +24767,7 @@



.section "The not-QUIT ACL" "SECTNOTQUITACL"
-The not-QUIT ACL, specified by &%smtp_notquit_acl%&, is run in most cases when
+The not-QUIT ACL, specified by &%acl_smtp_notquit%&, is run in most cases when
an SMTP session ends without sending QUIT. However, when Exim itself is is bad
trouble, such as being unable to write to its log files, this ACL is not run,
because it might try to do things (such as write to log files) that make the

  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
  retrieving revision 1.555
  retrieving revision 1.556
  diff -u -r1.555 -r1.556
  --- ChangeLog    12 Oct 2008 09:58:13 -0000    1.555
  +++ ChangeLog    16 Oct 2008 07:57:01 -0000    1.556
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.555 2008/10/12 09:58:13 nm4 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.556 2008/10/16 07:57:01 nm4 Exp $


   Change log file for Exim from version 4.21
   -------------------------------------------
  @@ -74,6 +74,9 @@
   NM/07 Bugzilla 769: Extraneous comma in usage fprintf
         Patch provided by Richard Godbee


  +NM/08 Fixed erroneous documentation references to smtp_notquit_acl to be
  +      acl_smtp_notquit
  +


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

  Index: NewStuff
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-txt/NewStuff,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- NewStuff    12 Feb 2008 12:52:51 -0000    1.158
  +++ NewStuff    16 Oct 2008 07:57:01 -0000    1.159
  @@ -1,4 +1,4 @@
  -$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.158 2008/02/12 12:52:51 nm4 Exp $
  +$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.159 2008/10/16 07:57:01 nm4 Exp $


   New Features in Exim
   --------------------
  @@ -94,7 +94,7 @@
       the load for each incoming message in an SMTP session. Otherwise, once one
       message is queued, the remainder are also.


  - 9. There is a new ACL, specified by smtp_notquit_acl, which is run in most
  + 9. There is a new ACL, specified by acl_smtp_notquit, which is run in most
       cases when an SMTP session ends without sending QUIT. However, when Exim
       itself is is bad trouble, such as being unable to write to its log files,
       this ACL is not run, because it might try to do things (such as write to