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

Top Page
Delete this message
Reply to this message
Author: Tony Finch
Date:  
To: exim-cvs
Subject: [exim-cvs] cvs commit: exim/exim-doc/doc-docbook spec.xfpt
fanf2 2008/05/14 10:16:38 BST

  Modified files:
    exim-doc/doc-docbook spec.xfpt 
  Log:
  BATV PRVS no longer uses slashes.
  Fixes: bug #708


  Revision  Changes    Path
  1.43      +2 -13     exim/exim-doc/doc-docbook/spec.xfpt


  Index: spec.xfpt
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-docbook/spec.xfpt,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- spec.xfpt    16 Apr 2008 10:16:13 -0000    1.42
  +++ spec.xfpt    14 May 2008 09:16:38 -0000    1.43
  @@ -1,4 +1,4 @@
  -. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.42 2008/04/16 10:16:13 fanf2 Exp $
  +. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.43 2008/05/14 09:16:38 fanf2 Exp $
   .
   . /////////////////////////////////////////////////////////////////////////////
   . This is the primary source of the Exim Manual. It is an xfpt document that is
  @@ -27552,19 +27552,8 @@
   timeout checks succeed. The &$prvscheck_result$& variable contains the result
   of the checks (empty for failure, &"1"& for success).


  -There are two more issues you must consider when implementing prvs-signing.
  -Firstly, you need to ensure that prvs-signed addresses are not blocked by your
  -ACLs. A prvs-signed address contains a slash character, but the default Exim
  -configuration contains this statement in the RCPT ACL:
  -.code
  -deny    message       = Restricted characters in address
  -        domains       = +local_domains
  -        local_parts   = ^[.] : ^.*[@%!/|]
  -.endd
  -This is a conservative rule that blocks local parts that contain slashes. You
  -should remove the slash in the last line.
  -
  -Secondly, you have to ensure that the routers accept prvs-signed addresses and
  +There is one more issue you must consider when implementing prvs-signing:
  +you have to ensure that the routers accept prvs-signed addresses and
   deliver them correctly. The easiest way to handle this is to use a &(redirect)&
   router to remove the signature with a configuration along these lines:
   .code