diff options
| author | bwarsaw | 2001-12-24 20:16:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-12-24 20:16:15 +0000 |
| commit | 33dc368e8fe396a3f40fc4ae0be52ba7e7c3a0ba (patch) | |
| tree | ebc9cf2b57085d5a9e72ed0058222f869ef30608 | |
| parent | e34a61a5e5e81d99be546b6b4b41af698b958976 (diff) | |
| download | mailman-33dc368e8fe396a3f40fc4ae0be52ba7e7c3a0ba.tar.gz mailman-33dc368e8fe396a3f40fc4ae0be52ba7e7c3a0ba.tar.zst mailman-33dc368e8fe396a3f40fc4ae0be52ba7e7c3a0ba.zip | |
makealiases(): To avoid name clashes with other MLM's, rename the
wrapper program to `mailman'.
| -rw-r--r-- | Mailman/MTA/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
