summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Typo in docstring, closes SF bug #620406 reported by Dave Habben.bwarsaw2002-10-081-1/+1
* Integrating SF patch #594771, i18n'ified pipermail.bwarsaw2002-10-081-6/+9
* main(): Catch BadListNameError's that can get raised if the proposedbwarsaw2002-10-061-2/+4
* Updated docstringbwarsaw2002-10-041-32/+31
* Fixed typo reported by Dan Mick.bwarsaw2002-09-061-1/+1
* Added the ability to specify a virtual domain to move a list to, bybwarsaw2002-09-051-4/+55
* main(): Tim Peters points out there's no reason to bump # of messagesbwarsaw2002-08-261-2/+0
* check_privs(): Typo fix, gid and uid are needed outside the if test.bwarsaw2002-08-241-4/+5
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-4/+7
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-15/+10
* Added --fullnames / -f option to print the full names of addresses asbwarsaw2002-08-221-2/+12
* Make sure bin/transcheck gets built and installed properly. Also,bwarsaw2002-08-152-55/+65
* Stop runaway restarts by imposing a maximum restart value (currentlybwarsaw2002-08-141-4/+14
* Fixed some string markup for i18n.bwarsaw2002-08-101-3/+3
* intermediatebwarsaw2002-08-101-0/+389
* acquire_lock_1(): Fix for bug # 565917 by Dale Stimson. The tempfilebwarsaw2002-07-241-2/+2
* Add the --noprint / -n option to disable printing and leave thebwarsaw2002-07-231-5/+18
* fix_url(): J.D. Bronson notes that we need to leave the list unlockedbwarsaw2002-07-081-0/+1
* main(): Fixing a bug reported by Danny Terweij. We need to continuebwarsaw2002-05-251-0/+1
* do_list_categories(): Teach this about the attribute transformationsbwarsaw2002-05-251-7/+60
* get_lock_data(): Be sure to os.path.split() the filename because allbwarsaw2002-05-061-1/+1
* Dan Mick caught a typo in the docstring.bwarsaw2002-05-021-1/+1
* main(): Add Mailman/MailCommandHandler.py{,c} to the list of obsoletebwarsaw2002-05-021-1/+1
* A patch (embedded in SF bug #411341) to add a -g/--goodbye-msg tobwarsaw2002-04-281-1/+15
* main(): Use a more POSIX-ly correct way to extract the exit status andbwarsaw2002-04-261-11/+16
* main(): Chuq noticed that error messages were going to stdout, notbwarsaw2002-04-111-2/+2
* make_qrunner(): We really need to log more information about thebwarsaw2002-04-081-0/+1
* main(): Deprecate -n/--non-digest-members-file in favor ofbwarsaw2002-04-061-4/+13
* Dan Buchmann notices a redundancy in the usage string.bwarsaw2002-04-031-1/+1
* Get rid of NONSCRIPTS. Even bin/withlist scriptlets should have anbwarsaw2002-04-021-6/+0
* Make convert.py and fix_url.py full-fledged scripts. They're stillbwarsaw2002-04-013-3/+18
* main(): Write the master-qrunner.pid file with 660 permissions.bwarsaw2002-03-291-4/+9
* Added an import of Mailman.i18n to get the _() function.bwarsaw2002-03-271-0/+1
* main(): Oops, missed a use of the obsolete GetAdminEmail().bwarsaw2002-03-271-1/+0
* SendExplanation(): GetAdminEmail() is gone so replace this with morebwarsaw2002-03-271-3/+3
* main(): Get rid of cgi-bin/archives program; it's long been obsolete.bwarsaw2002-03-261-1/+2
* dolist(): Update the requests.db database for canonicalized recordbwarsaw2002-03-261-0/+4
* main(): Bogus format string specification, caught by Mikhail Sobolev.bwarsaw2002-03-191-1/+1
* Update some comments.bwarsaw2002-03-171-1/+1
* Arg! Last minute buglet. Get rid of all traces of bin/digest_arch.bwarsaw2002-03-171-1/+1
* Remove obsolete files.bwarsaw2002-03-161-152/+0
* Update copyright years.bwarsaw2002-03-1610-10/+10
* Add -s/--start and -e/--end switches to manually specify the start andbwarsaw2002-03-161-5/+36
* -i is now optional unless the -r option is given. IOW, we always dropbwarsaw2002-03-141-2/+9
* do_output(): The return type from GetConfigSubCategories() is abwarsaw2002-03-111-1/+1
* Add the bin/unshunt script which (safely) moves messages frombwarsaw2002-03-112-1/+78
* whymatches(): Add a comment which explains the intended semantics.bwarsaw2002-03-071-1/+3
* Actually, Marc's patch was closer than mine.bwarsaw2002-03-071-37/+40
* main(): Catch any IndexError exceptions for the args.pop() calls.bwarsaw2002-03-071-36/+40
* Marc MERLIN's --fromall patch (slightly modified). This allows you tobwarsaw2002-03-061-24/+51