| Commit message (Expand) | Author | Age | Files | Lines |
| * | GetConfigInfo(): Fixed bogus indentation | bwarsaw | 1998-12-17 | 1 | -19/+19 |
| * | Two tiny refinements to the subscriptions list, and then dinner: | klm | 1998-12-17 | 1 | -3/+6 |
| * | Use OrderedList instead of UnorderedList for the list of | klm | 1998-12-17 | 1 | -1/+1 |
| * | Add section (in what was formerly whitespace, adjacent to the | klm | 1998-12-17 | 1 | -5/+21 |
| * | Password box and button to handle new list-my-subscriptions option. | klm | 1998-12-17 | 1 | -8/+14 |
| * | We needed *something* by which people can determine the lists they | klm | 1998-12-17 | 1 | -4/+40 |
| * | New standard replacement, mm-host. | klm | 1998-12-17 | 1 | -0/+1 |
| * | Date: Wed, 16 Dec 1998 16:15:28 -0800 | klm | 1998-12-17 | 1 | -2/+2 |
| * | Added back add_members to Makefile.in | bwarsaw | 1998-12-17 | 2 | -7/+7 |
| * | Make common.o depend on the generated Makefile in this directory. | bwarsaw | 1998-12-16 | 1 | -1/+1 |
| * | Several changes. WARNING: This is untested since I don't currently | bwarsaw | 1998-12-10 | 1 | -118/+149 |
| * | Added some XXX comments for later: | bwarsaw | 1998-12-10 | 1 | -0/+2 |
| * | As part of the install process, run compileall over the installed | bwarsaw | 1998-12-10 | 1 | -0/+2 |
| * | Fixed small problem with local variables section | bwarsaw | 1998-12-10 | 1 | -0/+63 |
| * | Cleaned up some option description typos, and i think i clarified the | klm | 1998-12-10 | 1 | -14/+16 |
| * | Moved the troubleshooting stuff to PROBLEMS | bwarsaw | 1998-12-10 | 1 | -43/+0 |
| * | move the import of Mailman.Utils.reraise into the debugging-open() | bwarsaw | 1998-12-10 | 1 | -13/+13 |
| * | convert_list and populate_new_list have been removed | bwarsaw | 1998-12-10 | 1 | -3/+2 |
| * | .SetOptionCommand(): For some reason the options descriptions keys now | klm | 1998-12-10 | 1 | -17/+21 |
| * | .ConfirmUserPassword(): Someone is setting (in | klm | 1998-12-10 | 1 | -4/+8 |
| * | .ProcessPasswordCmd(): Niggle - use the derived 'sender' value the | klm | 1998-12-09 | 1 | -5/+4 |
| * | .ProcessPasswordCmd(): Was not working because .ChangeUserPassword() | klm | 1998-12-09 | 1 | -4/+10 |
| * | Implemented some suggestions about spacing out and clarifying the text | klm | 1998-12-08 | 1 | -6/+12 |
| * | .Save(): Deal with failure to marshal the new config file, trying to | klm | 1998-12-08 | 1 | -22/+37 |
| * | open_ex(): Cosmetic change - lined up docstring (not sure why it was | klm | 1998-12-08 | 1 | -3/+4 |
| * | .ProcessConfirmCmd(): For invalid confirmation numbers, indicate that | klm | 1998-12-07 | 1 | -2/+11 |
| * | main(): Was not accepting password from command line because len(args) | klm | 1998-12-03 | 1 | -2/+6 |
| * | Provide more clues about the sendmail process groupid. | klm | 1998-12-03 | 1 | -2/+4 |
| * | Unpack of the wrong-size argument list yields a ValueError, not an | klm | 1998-12-01 | 1 | -1/+1 |
| * | removed erroneous and leftover 'import Pending' | cotton | 1998-11-25 | 1 | -1/+0 |
| * | 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 |
| * | Fixed bogus error message: had to few parameters to satisfy format | klm | 1998-11-24 | 1 | -3/+3 |
| * | .ProcessConfirmation(): Due to the elimination of the .Save() | klm | 1998-11-24 | 1 | -4/+1 |
| * | .ConfirmUserPassword(): Was broken by the case-sensitive subscription | klm | 1998-11-24 | 1 | -7/+16 |
| * | Made a new system limit called SMTP_MAX_RCPTS that limits the number | cotton | 1998-11-23 | 2 | -10/+38 |
| * | .DeliverToOwner(): Provisional fix for when derived sender is bogus. | klm | 1998-11-23 | 1 | -0/+5 |
| * | This is a simple change that limits the extremely expensive | cotton | 1998-11-23 | 2 | -5/+19 |
| * | convert_list now runs Utils.ValidEmail() on all addresses, and prints | cotton | 1998-11-23 | 1 | -1/+3 |
| * | Made the call to FindMatchingAddresses pass the dict bounce_info | cotton | 1998-11-23 | 1 | -1/+1 |
| * | .format_article(): Archiving would occasionally fail when an empty | klm | 1998-11-22 | 1 | -11/+2 |
| * | Here's two drastic policy-level changes to the archive mechanism. | klm | 1998-11-22 | 1 | -9/+10 |
| * | .__getstate__(): VERBOSE was not being excluded, so the verbose state | klm | 1998-11-21 | 1 | -1/+2 |
| * | main(): Only the child proces should do an os._exit() - and we put it | klm | 1998-11-21 | 1 | -2/+4 |
| * | Wrapped a bunch of long lines. | klm | 1998-11-21 | 1 | -8/+12 |
| * | .sortarchives(): Reversed TOC so that it puts the most recent archives | klm | 1998-11-21 | 1 | -45/+81 |
| * | These changes represent the changes that make mailman's addressing | cotton | 1998-11-21 | 6 | -20/+69 |
| * | GetPossibleMatchingAddrs(): Don't bomb with an exception if the | klm | 1998-11-21 | 1 | -3/+4 |
| * | optimized FormatUsers() a bit. | cotton | 1998-11-21 | 1 | -24/+23 |
| * | added a list.Save() after a successful subscription because the core | cotton | 1998-11-21 | 1 | -2/+1 |