| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Script to synchronize memberships | bwarsaw | 1999-03-23 | 2 | -0/+265 |
| * | Add GNU copyright | bwarsaw | 1999-03-21 | 1 | -0/+16 |
| * | Script to check the state of a list's database file | bwarsaw | 1999-03-21 | 1 | -0/+70 |
| * | Add warning message about the need for a manual step in the update | bwarsaw | 1999-03-09 | 1 | -0/+9 |
| * | If the file specified with -f is "-", read addresses to remove from | hmeland | 1999-03-04 | 1 | -6/+13 |
| * | When either of the -d or -n files are "-", read that list of addresses | hmeland | 1999-03-04 | 1 | -10/+22 |
| * | "import paths" must come before any "from Mailman import module" | hmeland | 1999-03-04 | 1 | -1/+1 |
| * | Wrap import of getpass in try/except, and get it from | bwarsaw | 1999-02-27 | 1 | -1/+5 |
| * | Use a more portable way to save/restore sys.stdout | bwarsaw | 1999-02-24 | 1 | -1/+2 |
| * | Make sure -o flag actually works by redirecting output to fp | bwarsaw | 1999-02-24 | 1 | -6/+11 |
| * | main(): force the listname to lower case both when it's passed on the | bwarsaw | 1999-02-10 | 1 | -1/+4 |
| * | Check arguments slightly differently | bwarsaw | 1999-02-01 | 1 | -5/+5 |
| * | Make coding style a little more conformant: | bwarsaw | 1999-02-01 | 1 | -29/+64 |
| * | clone_member: very simple first attempt at a clone operation. This is | bwarsaw | 1999-02-01 | 3 | -2/+122 |
| * | VERSION is no longer set in configure because it's too hard to | bwarsaw | 1999-01-15 | 1 | -2/+0 |
| * | Use the new ValidateEmail() interface. | bwarsaw | 1999-01-09 | 1 | -1/+3 |
| * | If we can't import getpass from the standard Python installation, | bwarsaw | 1999-01-09 | 1 | -1/+5 |
| * | Mostly reformatting to get rid of lines > 78 columns wide | bwarsaw | 1999-01-06 | 1 | -14/+14 |
| * | list_members - a new script for dumping a list's members to stdout or a file | bwarsaw | 1999-01-02 | 4 | -32/+238 |
| * | update_to_10b6 is moved to update | bwarsaw | 1998-12-22 | 2 | -6/+7 |
| * | Added removal of Mailman/smtplib.py{,c} | bwarsaw | 1998-12-22 | 1 | -2/+5 |
| * | Added back add_members to Makefile.in | bwarsaw | 1998-12-17 | 2 | -7/+7 |
| * | convert_list and populate_new_list have been removed | bwarsaw | 1998-12-10 | 1 | -3/+2 |
| * | main(): Was not accepting password from command line because len(args) | klm | 1998-12-03 | 1 | -2/+6 |
| * | Unpack of the wrong-size argument list yields a ValueError, not an | klm | 1998-12-01 | 1 | -1/+1 |
| * | consolidated convertlist and populate_new_list into add_members. | cotton | 1998-11-25 | 2 | -101/+3 |
| * | Fixed another place where new accounts are saved without the password. | klm | 1998-11-24 | 1 | -0/+2 |
| * | convert_list now runs Utils.ValidEmail() on all addresses, and prints | cotton | 1998-11-23 | 1 | -1/+3 |
| * | I should have broken this up into 2 checkins because it implements one | cotton | 1998-11-21 | 1 | -0/+1 |
| * | Minor rewriting of the docstring to make it more Emacs friendly. | bwarsaw | 1998-11-16 | 1 | -4/+4 |
| * | fixed typo in removing module code. | cotton | 1998-11-06 | 1 | -2/+2 |
| * | update_to_10b6: | cotton | 1998-11-06 | 1 | -3/+42 |
| * | A slight reformatting for readability | bwarsaw | 1998-11-06 | 1 | -12/+14 |
| * | fixed minor typos | bwarsaw | 1998-11-06 | 1 | -2/+2 |
| * | update_to_10b6 now is sans .py | bwarsaw | 1998-11-06 | 1 | -1/+1 |
| * | made it so that | cotton | 1998-11-05 | 1 | -8/+36 |
| * | changed os.sytem(...find) to use os.path.walk instead, should be more | cotton | 1998-11-05 | 1 | -5/+21 |
| * | 1) added o-w to the old html archiving chmod's. | cotton | 1998-11-05 | 1 | -31/+42 |
| * | moved a misplaced print statement from the previous checkin. | cotton | 1998-11-05 | 1 | -1/+1 |
| * | Removed the private archive directory chmod, as this should be done by | cotton | 1998-11-05 | 1 | -10/+12 |
| * | Make sure archives/private has the proper permissions | bwarsaw | 1998-11-05 | 1 | -4/+6 |
| * | Makefile.in: added arch script to integrate an mbox | cotton | 1998-11-05 | 2 | -1/+54 |
| * | Install update_to_10b6.py script in bin | bwarsaw | 1998-11-05 | 1 | -1/+1 |
| * | remove_it(): better status messages | bwarsaw | 1998-11-04 | 1 | -6/+10 |
| * | made it do the right thang for lists with both pub and priv mbox | cotton | 1998-11-04 | 1 | -11/+29 |
| * | Scott's update script, generalized to use mm_cfg.PREFIX and slightly | bwarsaw | 1998-11-04 | 1 | -0/+90 |
| * | Modifications to handle new archiving layout. | bwarsaw | 1998-11-03 | 1 | -1/+5 |
| * | make finish | bwarsaw | 1998-10-20 | 1 | -0/+2 |
| * | Use the following format when printing /etc/aliases suggestion: | bwarsaw | 1998-10-20 | 1 | -3/+3 |
| * | added options to not send the "big changes to your list" text to all the | cotton | 1998-10-11 | 1 | -13/+38 |