diff options
author | bwarsaw <> | 2003-12-24 17:03:15 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-24 17:03:15 +0000 |
commit | 5d43aca1f494afabeefce07b6d04f08f128a5f0e (patch) | |
tree | f368f2eab3b534a07f4b0562a66f83ea4f36cc3a /bin | |
parent | 11a8c0b2ca3c8a84ce5c1403c02ca634e07f6dee (diff) | |
download | mailman2-5d43aca1f494afabeefce07b6d04f08f128a5f0e.tar.gz mailman2-5d43aca1f494afabeefce07b6d04f08f128a5f0e.tar.xz mailman2-5d43aca1f494afabeefce07b6d04f08f128a5f0e.zip |
SCRIPTS: Add Richard Barrett's script to fix Pipermail archive bloat
on existing archives. Closes SF bug #835332.
Note, you have to re-run configure to pick up this new script.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 091c2cc1..00a5dca8 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -48,7 +48,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ version config_list list_lists dumpdb cleanarch \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py transcheck b4b5-archfix \ - list_owners msgfmt.py show_qfiles discard + list_owners msgfmt.py show_qfiles discard rb-archfix BUILDDIR= ../build/bin |