summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* do_output(): Needed to add `autoreply' category to get thebwarsaw2000-07-241-1/+1
* do_output(): Added `autoreply' to list of categories.bwarsaw2000-07-241-2/+2
* Status messages are printed to stderr using the new Utils.write()bwarsaw2000-07-241-9/+13
* main(): We don't need to delete locks/<listname>.lock when removingbwarsaw2000-07-191-4/+2
* SendExplanation(): Use the new DeliverToUser() API to fix the sendingbwarsaw2000-07-191-2/+5
* do_output(): Skip volatile attributes (i.e. those whose name beginsbwarsaw2000-06-231-0/+3
* Better option parsingbwarsaw2000-06-191-60/+92
* put bulk of logic in main() function and re-arrange things so thebwarsaw2000-06-151-17/+19
* checkdata(): New function which checks the permissions onbwarsaw2000-06-141-18/+44
* A few minor message clarifications.bwarsaw2000-05-081-2/+2
* Added dumpdb to SCRIPTS.bwarsaw2000-05-041-1/+1
* Dumb but useful script (at least for me!) for pretty printing thebwarsaw2000-05-041-0/+47
* type in docstring (found by Michael Yount)bwarsaw2000-04-211-8/+20
* Expanding and changing the command line interface.bwarsaw2000-04-211-50/+140
* Jim Tittsler points out that the old watermark file can containbwarsaw2000-04-141-0/+3
* main(): Use Utils.list_exists() to test for list existance.bwarsaw2000-04-091-2/+3
* Missing 'import string' when selecting lists by virtual host.hmeland2000-04-081-0/+1
* Prepare for running "make update" automatically. update checks thebwarsaw2000-04-071-23/+50
* Added an update to move gate_watermark entries into the list-specificbwarsaw2000-04-071-19/+84
* checkwalk(): make sure all subdirectories have at least permissionsbwarsaw2000-04-051-9/+18
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-048-56/+67
* main(): Slightly better reporting formatbwarsaw2000-04-041-1/+2
* list all listsbwarsaw2000-04-041-0/+106
* Add list_lists scriptbwarsaw2000-04-041-1/+1
* add a #! line and fix the module docstringbwarsaw2000-04-041-3/+3
* atexit(): A function for sys.exitfunc which will attempt to guaranteebwarsaw2000-03-281-2/+23
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-2119-39/+75
* main(): Catch KeyError when del'ing the user_options; it could havebwarsaw2000-03-161-1/+5
* main(): It is possible for a user address to not have an entry in thebwarsaw2000-03-161-3/+12
* main(): fixed name error for MMUnknownListError. Found by Jeffbwarsaw2000-02-221-1/+1
* checkwalk(): getgrgid raises a KeyError if the gid isn't in the groupbwarsaw1999-12-211-1/+5
* Added a warning about explicit Unlock() being necessary.bwarsaw1999-12-021-0/+4
* Fixed -n/--no-change, i.e. dryrun mode, to conform to documentedbwarsaw1999-11-301-6/+6
* --file/-f option is documented as reading from stdin when the argumentbwarsaw1999-11-291-14/+12
* main(): port to new message delivery code. Some other generalbwarsaw1999-11-291-77/+85
* typobwarsaw1999-11-261-1/+1
* checkarchivedbs(): database directory might not exist yet.bwarsaw1999-11-261-1/+6
* Added config_list scriptbwarsaw1999-11-261-1/+1
* Simple script for configuring a list via a "flat" text file. Can bebwarsaw1999-11-261-0/+233
* Second argument is optional now, and if missing it is calculated.bwarsaw1999-11-251-4/+17
* checkarchivedbs(): minor typobwarsaw1999-11-241-1/+1
* checkarchivedbs(): New permissions test which makes sure thatbwarsaw1999-11-241-0/+21
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-28/+27
* Added an example of how to use the -r option.bwarsaw1999-11-161-0/+29
* forgot to import Errorsbwarsaw1999-11-121-0/+1
* Standardized argument parsingbwarsaw1999-11-121-2/+29
* Add move_list to list of scriptsbwarsaw1999-11-121-1/+1
* Simple move_list script (really just reassigns the list-specificbwarsaw1999-11-121-0/+66
* SendExplanation(): Message objects no longer have a SetHeader()bwarsaw1999-11-101-2/+2
* main(): Reap all subprocesses until none are leftbwarsaw1999-10-301-0/+4