summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Script to synchronize membershipsbwarsaw1999-03-232-0/+265
* Add GNU copyrightbwarsaw1999-03-211-0/+16
* Script to check the state of a list's database filebwarsaw1999-03-211-0/+70
* Add warning message about the need for a manual step in the updatebwarsaw1999-03-091-0/+9
* If the file specified with -f is "-", read addresses to remove fromhmeland1999-03-041-6/+13
* When either of the -d or -n files are "-", read that list of addresseshmeland1999-03-041-10/+22
* "import paths" must come before any "from Mailman import module"hmeland1999-03-041-1/+1
* Wrap import of getpass in try/except, and get it frombwarsaw1999-02-271-1/+5
* Use a more portable way to save/restore sys.stdoutbwarsaw1999-02-241-1/+2
* Make sure -o flag actually works by redirecting output to fpbwarsaw1999-02-241-6/+11
* main(): force the listname to lower case both when it's passed on thebwarsaw1999-02-101-1/+4
* Check arguments slightly differentlybwarsaw1999-02-011-5/+5
* Make coding style a little more conformant:bwarsaw1999-02-011-29/+64
* clone_member: very simple first attempt at a clone operation. This isbwarsaw1999-02-013-2/+122
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* Use the new ValidateEmail() interface.bwarsaw1999-01-091-1/+3
* If we can't import getpass from the standard Python installation,bwarsaw1999-01-091-1/+5
* Mostly reformatting to get rid of lines > 78 columns widebwarsaw1999-01-061-14/+14
* list_members - a new script for dumping a list's members to stdout or a filebwarsaw1999-01-024-32/+238
* update_to_10b6 is moved to updatebwarsaw1998-12-222-6/+7
* Added removal of Mailman/smtplib.py{,c}bwarsaw1998-12-221-2/+5
* Added back add_members to Makefile.inbwarsaw1998-12-172-7/+7
* convert_list and populate_new_list have been removedbwarsaw1998-12-101-3/+2
* main(): Was not accepting password from command line because len(args)klm1998-12-031-2/+6
* Unpack of the wrong-size argument list yields a ValueError, not anklm1998-12-011-1/+1
* consolidated convertlist and populate_new_list into add_members.cotton1998-11-252-101/+3
* Fixed another place where new accounts are saved without the password.klm1998-11-241-0/+2
* convert_list now runs Utils.ValidEmail() on all addresses, and printscotton1998-11-231-1/+3
* I should have broken this up into 2 checkins because it implements onecotton1998-11-211-0/+1
* Minor rewriting of the docstring to make it more Emacs friendly.bwarsaw1998-11-161-4/+4
* fixed typo in removing module code.cotton1998-11-061-2/+2
* update_to_10b6:cotton1998-11-061-3/+42
* A slight reformatting for readabilitybwarsaw1998-11-061-12/+14
* fixed minor typosbwarsaw1998-11-061-2/+2
* update_to_10b6 now is sans .pybwarsaw1998-11-061-1/+1
* made it so thatcotton1998-11-051-8/+36
* changed os.sytem(...find) to use os.path.walk instead, should be morecotton1998-11-051-5/+21
* 1) added o-w to the old html archiving chmod's.cotton1998-11-051-31/+42
* moved a misplaced print statement from the previous checkin.cotton1998-11-051-1/+1
* Removed the private archive directory chmod, as this should be done bycotton1998-11-051-10/+12
* Make sure archives/private has the proper permissionsbwarsaw1998-11-051-4/+6
* Makefile.in: added arch script to integrate an mboxcotton1998-11-052-1/+54