| Commit message (Expand) | Author | Age | Files | Lines |
| * | New version number is "1.2 (experimental)" | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | remove test values for KNOWN_SPAMMERS | bwarsaw | 1999-11-24 | 1 | -5/+1 |
| * | docstring | bwarsaw | 1999-11-24 | 1 | -2/+2 |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -6/+8 |
| * | process() => DeliverToList() | bwarsaw | 1999-11-24 | 1 | -1/+19 |
| * | First, because this module is going to modify the Sender: field for | bwarsaw | 1999-11-24 | 1 | -6/+12 |
| * | Remove the ack_posts stuff, since this is now done in the Acknowledge | bwarsaw | 1999-11-24 | 1 | -5/+2 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -12/+17 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | process(): Yikes! Don't calculate recipients if the msg object | bwarsaw | 1999-11-16 | 1 | -0/+4 |
| * | PrintPostRequest(): Snarf the message text out of the file system | bwarsaw | 1999-11-15 | 1 | -3/+20 |
| * | Held posts are now stored in a separate file in the file system, | bwarsaw | 1999-11-15 | 1 | -13/+43 |
| * | MailmanError: new exception class which will eventually be the base | bwarsaw | 1999-11-15 | 1 | -13/+35 |
| * | HELDMSG, SUBSCRIPTION: removed these from here since they're only used | bwarsaw | 1999-11-15 | 1 | -5/+5 |
| * | When adding the header and the footer, be sure to convert \r\n to just | bwarsaw | 1999-11-12 | 1 | -2/+3 |
| * | InitTempVars(): Set self.__filename to other than None if | bwarsaw | 1999-11-12 | 1 | -2/+5 |
| * | __init__(): Removed redundant setting of self._full_path. This is | bwarsaw | 1999-11-12 | 1 | -1/+2 |
| * | __del__(): wrap Unlock in it's separate try/except | bwarsaw | 1999-11-12 | 1 | -2/+5 |
| * | Move Unlock() call into try clause in case the list hasn't even gotten | bwarsaw | 1999-11-12 | 1 | -2/+3 |
| * | All the functionality of this class is moved elsewhere (cron/gate_news | bwarsaw | 1999-11-12 | 1 | -160/+8 |
| * | Fix typos after testing, specifically: | bwarsaw | 1999-11-12 | 1 | -6/+9 |
| * | This CGI script is no longer used. | bwarsaw | 1999-11-11 | 1 | -91/+0 |
| * | small change to "no description" msg. | bwarsaw | 1999-11-11 | 1 | -1/+1 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -83/+90 |
| * | Some general cleanup | bwarsaw | 1999-11-11 | 1 | -30/+35 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -50/+54 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -97/+111 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -108/+68 |
| * | No need to import paths; that's all set up by the CGI driver. | bwarsaw | 1999-11-11 | 1 | -1/+0 |
| * | A few misc cleanups | bwarsaw | 1999-11-11 | 1 | -4/+8 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -138/+168 |
| * | Several general patches to typos resulting from the new pipeline | bwarsaw | 1999-11-11 | 1 | -15/+22 |
| * | process(): Only add the mailing list subject prefix if the message is | bwarsaw | 1999-11-11 | 1 | -6/+10 |
| * | process(): Only test for `approved' attribute. All others are tested | bwarsaw | 1999-11-11 | 1 | -3/+1 |
| * | SafeDict.__init__(): default dictionary argument is optional. | bwarsaw | 1999-11-11 | 1 | -2/+3 |
| * | ApprovedAddMember(): When raising an Errors.MMAlreadyAMember | bwarsaw | 1999-11-11 | 1 | -1/+1 |
| * | main(): Ensure that the list is saved in the finally clause | bwarsaw | 1999-11-11 | 1 | -0/+7 |
| * | Don't use anydbm as the database format, since it can't be made to | bwarsaw | 1999-11-11 | 1 | -68/+44 |
| * | __opendb(): add a simple, first line of defense assert against out of | bwarsaw | 1999-11-11 | 1 | -0/+2 |
| * | ProcessConfirmation(): Ensure that the mailing list is Save()'d even | bwarsaw | 1999-11-10 | 1 | -7/+9 |
| * | ProcessListCmd(): Avoid circular imports | bwarsaw | 1999-11-10 | 1 | -1/+1 |
| * | Massively restructured for integration with the new request API | bwarsaw | 1999-11-10 | 1 | -228/+156 |
| * | A few changes to the text displayed when approval is needed (including | bwarsaw | 1999-11-10 | 1 | -10/+11 |
| * | SendTextToUser(): Use the new Message interface. Note that this stuff | bwarsaw | 1999-11-10 | 1 | -9/+6 |
| * | Add the Handlers subdir | bwarsaw | 1999-11-10 | 1 | -1/+1 |
| * | Massively restructured, the key improvement is that request data are | bwarsaw | 1999-11-10 | 1 | -155/+208 |
| * | Use convenience StringIO module | bwarsaw | 1999-11-10 | 2 | -6/+2 |
| * | Don't need to import paths | bwarsaw | 1999-11-10 | 1 | -1/+0 |
| * | Greatly simplified by basing all this on the up-to-date rfc822.Message | bwarsaw | 1999-11-10 | 1 | -200/+33 |
| * | reworked imports | bwarsaw | 1999-11-10 | 1 | -197/+62 |