summaryrefslogtreecommitdiff
path: root/Mailman/ListAdmin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-10/+21
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-7/+8
* __handlepost(): When reconstituting the message from the requestbwarsaw2000-11-081-0/+6
* __handlepost(): If the message has been approved, and is beingbwarsaw2000-10-101-2/+10
* HoldSubscription(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* __handlepost(): Ricardo Kustner noticed that the forward feature wasbwarsaw2000-07-061-2/+2
* HoldMessage(): Make a copy of the msgdata dictionary so thatbwarsaw2000-07-051-0/+5
* __handlesubscription(): When subscribing the addr, ApprovedAddMember()bwarsaw2000-06-281-0/+3
* Use the constants defined in Defaults.py.inbwarsaw2000-06-201-21/+24
* HandleRequest(): Takes three new additional arguments, `preserve',bwarsaw2000-06-151-24/+60
* __handlesubscription(): Change the sense of the `value' parameter tobwarsaw2000-06-141-2/+2
* __handlepost(): Always send out the rejection notice; don'tbwarsaw2000-06-051-3/+2
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-6/+6
* HoldMessage(): Use the repr() of the message, not the str() so as tobwarsaw2000-05-311-1/+1
* __handlepost(): Write a log entry when a held message is enqueuedbwarsaw2000-05-311-0/+2
* __handlepost(): Instead of trying to deliver approved messagesbwarsaw2000-05-311-2/+4
* __handlepost(): Fixed typo in call to DeliverToList() caught by Ronbwarsaw2000-05-301-1/+1
* __handlepost(): No need to explicitly enqueue the message, sincebwarsaw2000-05-221-3/+2
* Elaborations related to the new delivery stuff. Specifically,bwarsaw2000-05-081-5/+14
* __getmsgids(): sort the list of matching ids before returning them.bwarsaw2000-04-131-0/+1
* __handlepost(): Sender's address (which is taken from the incominghmeland2000-04-081-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-13/+14
* Held posts are now stored in a separate file in the file system,bwarsaw1999-11-151-13/+43
* InitTempVars(): Set self.__filename to other than None ifbwarsaw1999-11-121-2/+5
* Don't use anydbm as the database format, since it can't be made tobwarsaw1999-11-111-68/+44
* __opendb(): add a simple, first line of defense assert against out ofbwarsaw1999-11-111-0/+2
* Massively restructured, the key improvement is that request data arebwarsaw1999-11-101-155/+208
* HandlePostRequest(): Quote %'s in the Subject: header too!bwarsaw1999-04-091-8/+10
* HandlePostRequest(): Need to "strquote" (e.g. replace % with %%) inbwarsaw1999-03-311-6/+12
* I should have broken this up into 2 checkins because it implements onecotton1998-11-211-0/+1
* Removed import of marshal. It isn't used here.bwarsaw1998-07-231-1/+0
* NumRequestsPending(): Changed name from RequestsPending(), reflectingklm1998-07-171-1/+1
* RefuseRequest(): Convert to maketext()bwarsaw1998-07-061-29/+13
* Convert all module names to their new names.bwarsaw1998-06-191-45/+32
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-2/+2
* Removed RCS crudbwarsaw1998-05-261-8/+10
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
* Collapsed a message log line.mailman1998-04-091-3/+2
* Log info about rejected and discarded posts in vette lot file.mailman1998-04-081-3/+16
* Provide for untitled messages in acknowledgement notices.mailman1998-03-261-2/+6
* Added implementation of 'discard' admin options to requestmailman1998-03-241-3/+8
* Refined admin vette logging a bit.mailman1998-03-201-7/+7
* Take additional info about the message subject in the 'post'mailman1998-03-181-17/+22
* Implement admin_immed_notify, where list admins can choose to havemailman1998-03-131-1/+45
* ListAdmin.AddRequest(): Log all posting and membership requestsklm1998-03-081-1/+10
* Initial revisionmailman1998-02-211-0/+132