summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* main(): if the fromaddr can't be found, return after printing msgbwarsaw1999-10-251-0/+1
* Simple script to print the current Mailman versionbwarsaw1999-09-022-1/+26
* small cut and paste typobwarsaw1999-08-211-1/+1
* Robustness changes. Specifically:bwarsaw1999-08-211-22/+84
* checkall(): Must also check PREFIX.bwarsaw1999-08-131-0/+12
* find_member: new script to search all lists (or a specified subset)bwarsaw1999-08-092-1/+145
* Use os.error instead of OSError for older Pythonsbwarsaw1999-07-121-2/+8
* main(): Slightly different message for confirmation.bwarsaw1999-07-091-1/+1
* checkadminpw(): Check the permissions on data/adm.pw, which now mustbwarsaw1999-07-091-9/+20
* Use stat's symbolic names for list indices.bwarsaw1999-07-071-2/+3
* check_perms: No need to generate this file. MAILMAN_GRPNAME mustbwarsaw1999-07-063-5/+6
* check_perms.in: A file for a simple permission and group ownershipbwarsaw1999-07-063-3/+159
* Catch MMBadEmailError and print a sensible message (PR#59)bwarsaw1999-07-031-3/+8
* Use new MailList.ApprovedAddMembers() to speed up addition.hmeland1999-06-131-25/+21
* In docstring, use %% to escape the percent sign.bwarsaw1999-06-101-1/+1
* dolist(): Do l.Unlock() before returning, to avoid the list's openhmeland1999-06-021-0/+2
* Fix for PR#7 (fatal error occuring when duplicate addresses are in thebwarsaw1999-05-031-4/+9
* Several changes. First, locking is now done with the -l/--lockbwarsaw1999-05-031-16/+83
* Added `withlist' script to install targetbwarsaw1999-03-291-1/+1
* Convenience script for interacting with a mailing list from Python'sbwarsaw1999-03-291-0/+53
* DeleteMember()'s keyword argument is called `admin_notif'bwarsaw1999-03-261-1/+1
* Added -a / --notifyadmin option to override the list's defaultbwarsaw1999-03-251-6/+21
* main(): Ignore any line that is empty (all whitespace) or is a commentbwarsaw1999-03-251-0/+8
* Makefile should not be under CVSbwarsaw1999-03-231-72/+0
* Oops! Add installation of sync_members and check_db to this filebwarsaw1999-03-231-1/+2
* Finished the implementation. Tested features.bwarsaw1999-03-231-34/+71