| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Present(): Need blank line after Content-description header so MIME | bwarsaw | 1999-11-30 | 1 | -0/+1 |
| * | Parameterize the message delivery module used. | bwarsaw | 1999-11-30 | 1 | -2/+9 |
| * | Simple SMTP direct handoff of messages. This doesn't do DSN, nor does | bwarsaw | 1999-11-30 | 1 | -0/+67 |
| * | Fixed the comments for PUBLIC_EXTERNAL_ARCHIVER and | bwarsaw | 1999-11-29 | 1 | -8/+9 |
| * | ChangeOptions(): Don't allow real_name to differ from _internal_name | bwarsaw | 1999-11-29 | 1 | -0/+11 |
| * | A bunch of docstring fixes. | bwarsaw | 1999-11-28 | 1 | -23/+22 |
| * | CheckCookie(): Watch out for cookiedata getting truncated to be | bwarsaw | 1999-11-26 | 1 | -4/+6 |
| * | process(): Tack on the -f option to sendmail so that the envelope | bwarsaw | 1999-11-26 | 1 | -1/+4 |
| * | MailUserPassword(): Don't stick a newline at the end of the subject | bwarsaw | 1999-11-26 | 1 | -2/+5 |
| * | call_script(): Be sure to explicitly flush stdout and stderr since the | bwarsaw | 1999-11-26 | 1 | -0/+2 |
| * | ObscureEmail(), UnobscureEmail(): change munging from __at__ to --at-- | bwarsaw | 1999-11-26 | 1 | -2/+2 |
| * | ParseMailCommands(): typo that caused a very interesting (and subtle) | bwarsaw | 1999-11-25 | 1 | -1/+1 |
| * | Remove "x-pmrqc:" header which apparently Pegasus mail can use to mine | bwarsaw | 1999-11-25 | 1 | -0/+2 |
| * | SendTextToUser(), DeliverToUser(), Reap(), TrySMTPDelivery(), | bwarsaw | 1999-11-24 | 1 | -213/+0 |
| * | AddMember(), ApprovedAddMembers(), DeleteMember(): Convert message | bwarsaw | 1999-11-24 | 1 | -29/+40 |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -11/+13 |
| * | Much simplification, since most of this work has been moved to the | bwarsaw | 1999-11-24 | 1 | -210/+38 |
| * | OutgoingMessage.__init__(): take an optional text argument, and pass | bwarsaw | 1999-11-24 | 1 | -2/+17 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -7/+7 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -30/+31 |
| * | Convert message delivery to pipeline architecture by using | bwarsaw | 1999-11-24 | 1 | -13/+14 |
| * | filterfunc(): Uh, fixed this because the old way never actually caught | bwarsaw | 1999-11-24 | 1 | -1/+1 |
| * | hold_for_approval(): Do the sending of postheld notification to the | bwarsaw | 1999-11-24 | 1 | -12/+17 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 2 | -4/+4 |
| * | 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 |