diff options
| author | bwarsaw | 2003-08-29 13:34:13 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-08-29 13:34:13 +0000 |
| commit | c71a92f073ff10491b4fc19730740137cb948ec2 (patch) | |
| tree | 74d86f260660661c06fd56243eabf00814c73cb5 | |
| parent | 1614c3100c871f40e10368993e277c5e7656efde (diff) | |
| download | mailman-c71a92f073ff10491b4fc19730740137cb948ec2.tar.gz mailman-c71a92f073ff10491b4fc19730740137cb948ec2.tar.zst mailman-c71a92f073ff10491b4fc19730740137cb948ec2.zip | |
Add bin/discard script for mass discarding of held messages.
| -rw-r--r-- | bin/Makefile.in | 2 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | configure.in | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index ac101a0f5..091c2cc15 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 + list_owners msgfmt.py show_qfiles discard BUILDDIR= ../build/bin @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 2.41 . +# From configure.in Revision: 2.42 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -4044,6 +4044,7 @@ build/bin/cleanarch:bin/cleanarch \ build/bin/clone_member:bin/clone_member \ build/bin/config_list:bin/config_list \ build/bin/convert.py:bin/convert.py \ +build/bin/discard:bin/discard \ build/bin/dumpdb:bin/dumpdb \ build/bin/find_member:bin/find_member \ build/bin/fix_url.py:bin/fix_url.py \ diff --git a/configure.in b/configure.in index fababf1f6..3385011b3 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 6512 $) +AC_REVISION($Revision: 6515 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -551,6 +551,7 @@ bin/cleanarch \ bin/clone_member \ bin/config_list \ bin/convert.py \ +bin/discard \ bin/dumpdb \ bin/find_member \ bin/fix_url.py \ |
