From 33dc368e8fe396a3f40fc4ae0be52ba7e7c3a0ba Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 24 Dec 2001 20:16:15 +0000 Subject: makealiases(): To avoid name clashes with other MLM's, rename the wrapper program to `mailman'. --- Mailman/MTA/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/MTA/Utils.py b/Mailman/MTA/Utils.py index 4aed1d2f7..73b66d58a 100644 --- a/Mailman/MTA/Utils.py +++ b/Mailman/MTA/Utils.py @@ -35,7 +35,7 @@ def getusername(): def makealiases(listname): - wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'wrapper') + wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'mailman') # Most of the list alias extensions are quite regular. I.e. if the # message is delivered to listname-foobar, it will be filtered to a # program called foobar. There are two exceptions: -- cgit v1.3.1