summaryrefslogtreecommitdiff
path: root/Mailman/ListAdmin.py
Commit message (Expand)AuthorAgeFilesLines
* Finish clean up of ListAdmin class removal. Start by actuallyBarry Warsaw2007-09-161-494/+0
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-031-6/+2
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-147/+72
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-23/+15
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-23/+24
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-10/+12
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-16/+10
* back porting from 2.1.6tkikuchi2005-08-281-81/+78
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Fix another of Peer's annoying bugs: somehow his next_request_id ended uptwouters2003-03-201-1/+3
* Fixed the "unpack tuple of wrong size" bug when moving a MM2.0 list tobwarsaw2003-02-071-19/+25
* _UpdateRecords(): Fixed typo, mlist -> self. Closes SF bug #605263 bybwarsaw2002-09-131-1/+1
* __handlepost(): It's possible that the forward-to field in the admindbbwarsaw2002-07-261-5/+17
* __handlepost(): Use .attach() instead of .set_payload() to attach thebwarsaw2002-07-241-1/+1
* __handlepost(): Use localtime for the X-Mailman-Approved-At: header.bwarsaw2002-05-171-1/+1
* HOLD_MESSAGES_AS_PICKLES: Promote to an mm_cfg.py configuration variable.bwarsaw2002-04-191-8/+2
* __handlepost(): Preserved messages should be written out as plainbwarsaw2002-04-041-2/+16
* __handlepost(): Fix the composition of the forwarded message, so thatbwarsaw2002-04-011-1/+2
* HOLD_MESSAGES_AS_PICKLES: Flag to choose whether the held messages arebwarsaw2002-04-011-3/+19
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-4/+46
* __handlepost(): When approving a message through the admindbbwarsaw2002-03-151-0/+2
* __handlepost(): Change the moderation header from X-Moderated: tobwarsaw2002-03-051-2/+1
* HoldUnsubscription(): Pass the list's preferred language to thebwarsaw2002-03-011-14/+20
* __handlepost(), HoldSubscription(): When creating the UserNotificationbwarsaw2002-02-111-11/+20
* __handlesubscription(): Don't allow an empty comment in subscriptionbwarsaw2002-01-301-1/+3
* Some added robustness for corruption of the requests.db file.bwarsaw2002-01-231-3/+16
* HoldUnsubscription(): Fix typo. mlist.preferred_language ->bwarsaw2002-01-121-1/+1
* HoldSubscription(), HoldUnsubscription(): Add MIME-Version: andbwarsaw2002-01-061-0/+6
* HandleRequest(): Compare the returned status against DEFER explicitlybwarsaw2002-01-031-2/+2
* __handlepost(): Slight modification in the way the forwarded messagebwarsaw2001-12-291-2/+3
* HoldSubscription(): Because the subscription authorization message isbwarsaw2001-11-061-1/+1
* Support for admin approved unsubscribes. Specifically,bwarsaw2001-10-211-7/+56
* __handlepost(): Forward the message (i.e. `forward' is true) usingbwarsaw2001-10-151-10/+7
* Convert from mimelib to email.bwarsaw2001-10-011-37/+45
* __handlepost(): When a message is approved by the moderator, log abwarsaw2001-09-051-2/+6
* HoldMessage(): Return the id of the held message record in the database.bwarsaw2001-07-301-0/+5
* __handlepost(): Convert to MemberAdaptor API by usingbwarsaw2001-07-291-11/+4
* NumRequestsPending(): Only subtract one from the number of keys ifbwarsaw2001-07-271-1/+3
* __handlesubscription(): Use the new ApprovedAddMember() interface.bwarsaw2001-07-201-1/+8
* IGN: new global flag for the version number entry.bwarsaw2001-07-201-10/+26
* Use better syslog() calling convention.bwarsaw2001-06-271-3/+4
* HoldSubscription(): Removed some old language setting cruft. Also,bwarsaw2001-05-311-10/+6
* HoldSubscription(), __refuse(): Instead of passing in the list'sbwarsaw2001-05-181-2/+2
* Minor change to module docstring.bwarsaw2001-03-261-2/+1
* handlesubscription(): except Errors.MMAreadyAMember, nottwouters2001-03-071-1/+1
* Fix for (tracker) bug #222409: don't barf when approving a subscription oftwouters2001-03-021-3/+7
* __handlesubscription(): Support DEFER and DISCARD on subscriptionbwarsaw2001-03-011-3/+5
* Fix some imports.bwarsaw2001-03-011-3/+7
* Next round of big i18n patches.bwarsaw2001-02-281-7/+10
* De-string-module-ify.bwarsaw2001-02-151-29/+38