summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add bin/discard script for mass discarding of held messages.bwarsaw2003-08-291-1/+1
* Updates to include show_qfiles script.bwarsaw2003-08-261-1/+1
* intermediatebwarsaw2003-08-261-0/+74
* Updated script from Python 2.3bwarsaw2003-08-251-3/+3
* Work around a useless Python 2.3 complaint.bwarsaw2003-08-191-2/+2
* Instead of -c / --checkaddrs, add -i / --invalid and -u / --unicode.bwarsaw2003-06-201-24/+34
* Use a slightly different pickle import so its easier to debug.bwarsaw2003-06-191-6/+6
* Added a --checkaddrs / -c option to do some limited sanity checking onbwarsaw2003-06-171-15/+51
* start_runner(): mm_cfg.PYTHON should be used in the execl() argv[0]bwarsaw2003-05-151-2/+3
* Add Python's Tools/i18n/msgfmt.py so we can build .mo files instead ofbwarsaw2003-04-212-1/+204
* main(): Close SF bug # 611185 -- removing any stale list locks whenbwarsaw2003-04-191-28/+43
* Remove all traces of -c / --change-msg. This is an anachronism thatbwarsaw2003-04-191-43/+1
* main(): Add a fix for an mbox bug reported by Eric D. Christensen. Ifbwarsaw2003-04-171-10/+16
* Fixed exception name typo in docstring example.bwarsaw2003-04-171-6/+6
* main(): Long options --start and --end both take arguments. Fixes SF bugbwarsaw2003-04-061-1/+1
* scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678bwarsaw2003-04-021-6/+6
* Typobwarsaw2003-03-311-1/+1
* Formattingbwarsaw2003-03-221-5/+5
* If -n and -N are not given, then the list defaults are used.bwarsaw2003-03-221-17/+24
* main(): Add a -q/--quiet flag to suppress some of the more verbose output.bwarsaw2003-03-221-19/+33
* Simone's patch for bug #658261, "transcheck error for double %".bwarsaw2003-03-171-4/+11
* Use True/False where appropriate.bwarsaw2003-03-141-16/+29
* Fixed typo in docstring. Closes SF bug # 697321 by Ricardo Kustner.bwarsaw2003-03-141-11/+11
* safe(): Fix typos.bwarsaw2003-03-131-7/+7
* More fixes for "funny" characters in real names.bwarsaw2003-03-111-7/+15
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* check_for_site_list(), main(): Complain loudly and refuse to start ifbwarsaw2003-02-041-1/+15
* main(): Fix some dumb coding bugs.bwarsaw2003-01-031-3/+3
* addall(): Fixed NameError, closing bug #650711 reported by Cabelbwarsaw2002-12-241-1/+1
* Tokio Kikuchi's patch #656097 for bug #655144; setting languagebwarsaw2002-12-241-0/+3
* main(): Once we know which mailing list we're talking about, set thebwarsaw2002-12-121-0/+1
* Added --nouserack, --noadminack switchesbwarsaw2002-12-101-6/+24
* Add machinery for list_ownersbwarsaw2002-12-041-1/+2
* do_output(): Fix UnboundLocalError when trying to write to a file webwarsaw2002-12-041-1/+1
* intermediatebwarsaw2002-12-041-0/+120
* remove_old_sources(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-4/+5
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-9/+12
* remove_it(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Update docstring.bwarsaw2002-12-021-1/+1
* Because of oddities in permissions, it is possible that when you runbwarsaw2002-12-021-0/+6
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-5/+10
* do_input(): Fix setting of subscribe_policy based on the value ofbwarsaw2002-12-021-4/+13
* Added a --wipe switch which deletes the generated html archivebwarsaw2002-12-021-3/+16
* Patch #482934 by David Gibbs, adds a -b/--bare switch to print justbwarsaw2002-11-191-15/+25
* Added a -q / --quiet option.bwarsaw2002-11-181-3/+9
* checkwalk(): Fix permissions on -article database files, which must bebwarsaw2002-11-121-0/+14
* Fix -h/--help and also sprinkle reminders to run bin/check_permsbwarsaw2002-11-081-0/+5
* Need to install a new configure script to pick up bin/b4b5-archfixbwarsaw2002-11-071-1/+1
* A fixer of MM2.1b4 archives.bwarsaw2002-11-071-0/+91