X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/42e54d1f013fc5ad0625c22965bab359a8abfaa3..a3ce08dab4fde9c6e22d0e509b486b317b356c06:/howto/mailman21.html
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
@@ -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
+
+
+
+ - 14 June 2004 Originally written by Nigel Metheringham.
+ - 28 June 2004 Fixed a problem with the Exim VERP
+ transport which caused locally aliased recipient addresses to
+ have incorrect VERP extensions added. Followed posting to
+ exim-users list by Arkadiusz Miskiewicz -- Nigel Metheringham.
+
+
+
+
+
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 $