X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/d3b9c5d4cd4c85b302279fcd1d4e8e70c24831ab..1c41225c3a2545363d768e2d0ff3aa1871e85495:/howto/mailman21.html
diff --git a/howto/mailman21.html b/howto/mailman21.html
index 7dc57b5..8e8ecac 100644
--- a/howto/mailman21.html
+++ b/howto/mailman21.html
@@ -38,12 +38,12 @@
SMTP callback
Doing VERP and personalisation with exim
- and Mailman
+ and Mailman
Virtual domains
List policy management
@@ -217,11 +217,11 @@
require_files = MM_LISTCHK
local_part_suffix_optional
local_part_suffix = -admin : \
- -bounces : -bounces+* : \
+ -bounces : -bounces+* : \
-confirm : -confirm+* : \
- -join : -leave : \
- -owner : -request : \
- -subscribe : -unsubscribe
+ -join : -leave : \
+ -owner : -request : \
+ -subscribe : -unsubscribe
transport = mailman_transport
@@ -667,15 +667,15 @@
% exim -bt testlist@list.example.com
testlist@list.example.com
router = mailman_router, transport = mailman_transport
-
+
% exim -bt testlist-request@list.example.com
testlist-request@list.example.com
router = mailman_router, transport = mailman_transport
-
+
% exim -bt testlist-bounces@list.example.com
testlist-bounces@list.example.com
router = mailman_router, transport = mailman_transport
-
+
% exim -bt testlist-bounces+luser=example.com@list.example.com
testlist-bounces+luser=example.com@list.example.com
router = mailman_router, transport = mailman_transport
@@ -725,7 +725,7 @@
Originally written by Nigel Metheringham.
Updated by Marc Merlin for Mailman 2.1, Exim 4
Overhauled/reformatted/clarified/simplified by Greg
- Ward.
+ Ward.
Rehashed again by Nigel Metheringham
@@ -734,13 +734,13 @@
- 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.
+ transport which caused locally aliased recipient addresses to
+ have incorrect VERP extensions added. Followed posting to
+ exim-users list by Arkadiusz Miskiewicz -- Nigel Metheringham.
- 19 November 2004 Fixed previously unnoticed brainstorm
- where reject had been used as a ACL verb rather than
- deny. Fixes to the VERP router/transport pair.
- -- Nigel Metheringham
+ where reject had been used as a ACL verb rather than
+ deny. Fixes to the VERP router/transport pair.
+ -- Nigel Metheringham
@@ -753,6 +753,6 @@
You.
- $Id: mailman21.html,v 1.6 2004/11/19 14:18:55 nigel Exp $
+ $Cambridge$