summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* statusp(): Renamed to whymatches() for clarity.bwarsaw2002-03-061-3/+3
* update_qfiles(): Make sure the qfiles/in directory exists before webwarsaw2002-03-051-1/+5
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-4/+5
* Add BAW comments so we know that these modules still need to bebwarsaw2002-03-051-0/+1
* remove_old_sources(): Add smarts to remove old directories too.bwarsaw2002-02-231-8/+10
* Someone -- I forgot who :( -- made a suggestion that list_membersbwarsaw2002-02-231-26/+92
* intermediatebwarsaw2002-02-231-0/+36
* NONSCRIPTS: Add the new convert.py "withlist" script.bwarsaw2002-02-231-1/+1
* Update imports for the new rules on shadowing standard librarybwarsaw2002-02-233-8/+10
* Sigh. Import order is now essential for command line scripts so thatbwarsaw2002-02-121-3/+5
* main(): First, set the global language to the list's preferredbwarsaw2002-02-112-13/+21
* SendExplanation(), main(): First, set the global language to thebwarsaw2002-02-111-10/+22
* main(): Several fixes:bwarsaw2002-02-021-5/+15
* Restore Ken M's favorite feature <wink>.bwarsaw2002-01-291-24/+51
* intermediatebwarsaw2002-01-261-0/+103
* do_output(): Make the MMListError error message consistent with otherbwarsaw2002-01-261-3/+3
* Add the `inject' script.bwarsaw2002-01-261-2/+2
* Added -i / --interactive flag so that you don't need to run thisbwarsaw2002-01-171-18/+39
* acquire_lock_1(): Unset the failing non-force lock's private `owned'bwarsaw2002-01-111-4/+3
* main(): Adapted Marc MERLIN's patch which allows you to run rmlist -abwarsaw2002-01-021-22/+35
* Fix copyright yearsbwarsaw2002-01-011-1/+1
* checkmail(): Patch by Marc MERLIN to fix buglet resulting from thebwarsaw2002-01-011-1/+1
* main(): Might as well use the pretty printer when we dump out thebwarsaw2001-12-311-2/+2
* docstring fixbwarsaw2001-12-301-1/+1
* main(): Get rid of the mail/wrapper program; it's been renamed tobwarsaw2001-12-241-1/+1
* main(): Ben Gertzfield points out that newlist isn't consistent in itsbwarsaw2001-12-161-9/+34
* main(): Call MTA.create(None, ...) when no lists yet exist (as willbwarsaw2001-12-061-3/+6
* In order to make the list alias -> script mapping more consistent,bwarsaw2001-11-301-1/+3
* Add bin/cleanarch to the list of scripts that get build and installed.bwarsaw2001-11-301-1/+1
* intermediatebwarsaw2001-11-301-0/+163
* Adjustments for the new Postfix module API, which should bebwarsaw2001-11-261-34/+10
* zapfile(): Zero out a file without messing with the file permissions.bwarsaw2001-11-241-15/+21
* Added -s/--subproc switch which subtly, but usefully changes its exitbwarsaw2001-11-211-3/+19
* start_runner(): Pass the -s flag to the qrunner script, which tells itbwarsaw2001-11-211-1/+1
* Better support for Berkeley DB link problems (I hope). The problem isbwarsaw2001-11-211-6/+21
* fix_url(): Calculate web_page_url from DEFAULT_URL_PATTERN andbwarsaw2001-11-211-1/+1
* Fix typo in module docstring, reported by Ousmane Wilanebwarsaw2001-11-201-1/+1
* main(): Add Mailman/Cookie.py{,c} to the list of old sources needingbwarsaw2001-11-201-1/+1
* tee_to_stdout=1 in the error handler.bwarsaw2001-11-202-2/+2