diff options
| author | mailman | 1998-03-13 17:15:23 +0000 |
|---|---|---|
| committer | mailman | 1998-03-13 17:15:23 +0000 |
| commit | 8c48a0af85e8f4ddabf1694d772ce4a0f85760db (patch) | |
| tree | 5fe75ce9cbfe45a90ceaa3d2c33af6386edf204a | |
| parent | 0367b9e1d431a03e9914fcbff70aaed8b3cf9c88 (diff) | |
| download | mailman-8c48a0af85e8f4ddabf1694d772ce4a0f85760db.tar.gz mailman-8c48a0af85e8f4ddabf1694d772ce4a0f85760db.tar.zst mailman-8c48a0af85e8f4ddabf1694d772ce4a0f85760db.zip | |
Big little whoops - kept producing bad aliases entries, because
wrapper is in mail/wrapper, not bin/wrapper.
| -rwxr-xr-x | bin/newlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/newlist b/bin/newlist index c56f670fb..92804cf56 100755 --- a/bin/newlist +++ b/bin/newlist @@ -45,7 +45,7 @@ Entry for aliases file: %(owner2)s %(listname)s-admin ''' % {'listname': list_name, 'list': "%-24s" % (list_name + ":"), - 'wrapper': '%s/bin/wrapper' % mm_cfg.MAILMAN_DIR, + 'wrapper': '%s/mail/wrapper' % mm_cfg.MAILMAN_DIR, 'admin': "%-24s" % ("%s-admin:" % list_name), 'request': "%-24s" % ("%s-request:" % list_name), 'owner1': "%-24s" % ("owner-%s:" % list_name), |
