summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Paul Tomblin's note about Majordomo conflicts with the namebwarsaw1999-11-181-0/+8
* Added an instruction to look for a README.<yourMTA>bwarsaw1999-11-181-1/+5
* readme for sendmail, describing what to do about smrshbwarsaw1999-11-181-0/+26
* Typos found by Trevor Johnson.bwarsaw1999-11-163-10/+10
* Be a little stronger about the password warning: boldify the warningbwarsaw1999-11-161-2/+3
* Added an example of how to use the -r option.bwarsaw1999-11-161-0/+29
* process(): Yikes! Don't calculate recipients if the msg objectbwarsaw1999-11-161-0/+4
* PrintPostRequest(): Snarf the message text out of the file systembwarsaw1999-11-151-3/+20
* Held posts are now stored in a separate file in the file system,bwarsaw1999-11-151-13/+43
* MailmanError: new exception class which will eventually be the basebwarsaw1999-11-151-13/+35
* HELDMSG, SUBSCRIPTION: removed these from here since they're only usedbwarsaw1999-11-151-5/+5
* When adding the header and the footer, be sure to convert \r\n to justbwarsaw1999-11-121-2/+3
* InitTempVars(): Set self.__filename to other than None ifbwarsaw1999-11-121-2/+5
* __init__(): Removed redundant setting of self._full_path. This isbwarsaw1999-11-121-1/+2
* forgot to import Errorsbwarsaw1999-11-121-0/+1
* __del__(): wrap Unlock in it's separate try/exceptbwarsaw1999-11-121-2/+5
* Move Unlock() call into try clause in case the list hasn't even gottenbwarsaw1999-11-121-2/+3
* Standardized argument parsingbwarsaw1999-11-121-2/+29
* Add move_list to list of scriptsbwarsaw1999-11-121-1/+1
* Simple move_list script (really just reassigns the list-specificbwarsaw1999-11-121-0/+66
* Cosmeticbwarsaw1999-11-121-8/+12
* typobwarsaw1999-11-121-1/+1
* Move all the newsgroup polling logic to here from GatewayManager.bwarsaw1999-11-121-1/+63
* All the functionality of this class is moved elsewhere (cron/gate_newsbwarsaw1999-11-121-160/+8
* Fix typos after testing, specifically:bwarsaw1999-11-121-6/+9
* Get rid of archives, upvolume_* installsbwarsaw1999-11-121-2/+2
* Convert to the new admin request API.bwarsaw1999-11-121-43/+48
* cosmeticbwarsaw1999-11-121-0/+1
* These cron scripts do not appear to be used any more. In fact, thebwarsaw1999-11-123-157/+0
* This CGI template is no longer used.bwarsaw1999-11-111-17/+0
* This CGI script is no longer used.bwarsaw1999-11-111-91/+0
* small change to "no description" msg.bwarsaw1999-11-111-1/+1
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-83/+90
* Some general cleanupbwarsaw1999-11-111-30/+35
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-50/+54
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-97/+111
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-108/+68
* No need to import paths; that's all set up by the CGI driver.bwarsaw1999-11-111-1/+0
* A few misc cleanupsbwarsaw1999-11-111-4/+8
* minor typobwarsaw1999-11-111-1/+1
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-138/+168
* Several general patches to typos resulting from the new pipelinebwarsaw1999-11-111-15/+22
* process(): Only add the mailing list subject prefix if the message isbwarsaw1999-11-111-6/+10
* process(): Only test for `approved' attribute. All others are testedbwarsaw1999-11-111-3/+1
* SafeDict.__init__(): default dictionary argument is optional.bwarsaw1999-11-111-2/+3
* ApprovedAddMember(): When raising an Errors.MMAlreadyAMemberbwarsaw1999-11-111-1/+1
* main(): Ensure that the list is saved in the finally clausebwarsaw1999-11-111-0/+7
* 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
* ProcessConfirmation(): Ensure that the mailing list is Save()'d evenbwarsaw1999-11-101-7/+9