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