| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -28/+27 |
| * | A serious rewrite to make it more robust, and to add a somewhat useful | bwarsaw | 1999-11-24 | 1 | -85/+200 |
| * | 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 |
| * | First line cannot contain a colon. | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | Don't copy paths.py into the $PREFIX/mail subdir... it's unnecessary | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | Remove colon from end of first line since this screws up the | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | acknowlegement => acknowledgement | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | acknowlege => acknowledge | bwarsaw | 1999-11-24 | 1 | -2/+2 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | All the old delivery scripts contact_transport, deliver, dumb_deliver | bwarsaw | 1999-11-24 | 2 | -5/+5 |
| * | All the old delivery scripts contact_transport, deliver, dumb_deliver | bwarsaw | 1999-11-24 | 4 | -331/+0 |
| * | There's soon to be nothing in the `mail' subdir since | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | Couple of mods based on Chris Lindsey's suggestions. | bwarsaw | 1999-11-19 | 1 | -5/+11 |
| * | Add Paul Tomblin's note about Majordomo conflicts with the name | bwarsaw | 1999-11-18 | 1 | -0/+8 |
| * | Added an instruction to look for a README.<yourMTA> | bwarsaw | 1999-11-18 | 1 | -1/+5 |
| * | readme for sendmail, describing what to do about smrsh | bwarsaw | 1999-11-18 | 1 | -0/+26 |
| * | Typos found by Trevor Johnson. | bwarsaw | 1999-11-16 | 3 | -10/+10 |
| * | Be a little stronger about the password warning: boldify the warning | bwarsaw | 1999-11-16 | 1 | -2/+3 |
| * | Added an example of how to use the -r option. | bwarsaw | 1999-11-16 | 1 | -0/+29 |
| * | 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 |
| * | forgot to import Errors | bwarsaw | 1999-11-12 | 1 | -0/+1 |
| * | __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 |
| * | Standardized argument parsing | bwarsaw | 1999-11-12 | 1 | -2/+29 |
| * | Add move_list to list of scripts | bwarsaw | 1999-11-12 | 1 | -1/+1 |
| * | Simple move_list script (really just reassigns the list-specific | bwarsaw | 1999-11-12 | 1 | -0/+66 |
| * | Cosmetic | bwarsaw | 1999-11-12 | 1 | -8/+12 |
| * | typo | bwarsaw | 1999-11-12 | 1 | -1/+1 |
| * | Move all the newsgroup polling logic to here from GatewayManager. | bwarsaw | 1999-11-12 | 1 | -1/+63 |
| * | 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 |
| * | Get rid of archives, upvolume_* installs | bwarsaw | 1999-11-12 | 1 | -2/+2 |
| * | Convert to the new admin request API. | bwarsaw | 1999-11-12 | 1 | -43/+48 |
| * | cosmetic | bwarsaw | 1999-11-12 | 1 | -0/+1 |
| * | These cron scripts do not appear to be used any more. In fact, the | bwarsaw | 1999-11-12 | 3 | -157/+0 |
| * | This CGI template is no longer used. | bwarsaw | 1999-11-11 | 1 | -17/+0 |