From a3ce08dab4fde9c6e22d0e509b486b317b356c06 Mon Sep 17 00:00:00 2001 From: nigel Date: Mon, 28 Jun 2004 13:39:38 +0000 Subject: [PATCH] Bug fix of VERP handling --- howto/mailman21.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/howto/mailman21.html b/howto/mailman21.html index 643b7be..a430d5a 100644 --- a/howto/mailman21.html +++ b/howto/mailman21.html @@ -55,6 +55,8 @@
  • List verification
  • Possible Problems
  • Document History
  • +
  • Document Changes
  • +
  • Final Word
  • Scope of this document

    @@ -484,13 +486,13 @@ driver = smtp # put recipient address into return_path return_path = \ - ${local_part:$return_path}+$local_part=$domain@${domain:$return_path} + ${local_part:$return_path}+$original_local_part=$original_domain@${domain:$return_path} # must restrict to one recipient at a time max_rcpt = 1 # Errors-To: may carry old return_path headers_remove = Errors-To headers_add = Errors-To: \ - ${local_part:$return_path}+$local_part=$domain@${domain:$return_path} + ${local_part:$return_path}+$original_local_part=$original_domain@${domain:$return_path}

    Once this has been configured, Mailman can be set to not do @@ -727,6 +729,19 @@

  • Rehashed again by Nigel Metheringham
  • +

    Document Changes

    + + + + +

    Final Word

    +

    Like many documents of this type, it has evolved and taken on contributions by many many helpful folks, mainly those on the Mailman and exim mailing lists. To all of you, who have made @@ -734,6 +749,6 @@ You.


    -

    $Id: mailman21.html,v 1.3 2004/06/09 11:36:59 nigel Exp $

    +

    $Id: mailman21.html,v 1.4 2004/06/25 12:42:53 nigel Exp $

    -- 2.30.2