| Commit message (Expand) | Author | Age | Files | Lines |
| * | This file has been replaced with the new email command framework. | bwarsaw | 2002-05-02 | 1 | -783/+0 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -8/+8 |
| * | ProcessSubscribeCmd(): If the address isn't given in the command, try | bwarsaw | 2002-03-15 | 1 | -3/+10 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -7/+13 |
| * | __init__(), ParseMailCommands(), __makedispatch(): Don't set up the | bwarsaw | 2002-03-01 | 1 | -1/+6 |
| * | ParseMailCommands(): When creating the UserNotification message | bwarsaw | 2002-02-11 | 1 | -10/+4 |
| * | ParseMailCommands(): There were a couple of places where the | bwarsaw | 2002-01-06 | 1 | -0/+2 |
| * | ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions when | bwarsaw | 2002-01-06 | 1 | -1/+7 |
| * | ProcessOptionsCmd(): Use getDeliveryStatus() instead of | bwarsaw | 2001-12-19 | 1 | -2/+20 |
| * | ParseMailCommands(): Dang, this is /really/ the way to guarantee that | bwarsaw | 2001-11-27 | 1 | -1/+6 |
| * | ParseMailCommands(): Work around a difference in email 1.0 and 0.96. | bwarsaw | 2001-11-27 | 1 | -1/+1 |
| * | ProcessConfirmCmd(): Need to define listname and url local vars for | bwarsaw | 2001-11-21 | 1 | -1/+4 |
| * | ProcessUnsubscribeCmd(): We need to have a specific case where | bwarsaw | 2001-10-21 | 1 | -2/+14 |
| * | ProcessUnsubscribeCmd(): Should use DeleteMember() instead of | bwarsaw | 2001-10-21 | 1 | -1/+1 |
| * | ProcessConfirmCmd(): Rename argument `mail' to `msg', and pass it as | bwarsaw | 2001-10-15 | 1 | -2/+2 |
| * | ParseMailCommands(): addheader() -> add_header(). | bwarsaw | 2001-10-05 | 1 | -4/+4 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -11/+3 |
| * | Convert lots of split-line strings to triple-quoted strings. Yes, | bwarsaw | 2001-08-17 | 1 | -53/+52 |
| * | ProcessSubscribeCmd(): Use keyword arguments for all parameters to the | bwarsaw | 2001-08-16 | 1 | -1/+3 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -5/+7 |
| * | ProcessConfirmCmd(): Slightly improved response message. | bwarsaw | 2001-07-20 | 1 | -1/+1 |
| * | All membership related attribute access should use the MemberAdaptor | bwarsaw | 2001-07-19 | 1 | -109/+94 |
| * | __NoMailCmdResponse => __noresponse | bwarsaw | 2001-07-11 | 1 | -20/+29 |
| * | MailCommandHandler.ProcessOptionCmd() and MailCommandHandler.ProcessSetCmd(): | twouters | 2001-07-10 | 1 | -2/+2 |
| * | Use better syslog() calling convention. | bwarsaw | 2001-06-27 | 1 | -9/+8 |
| * | AddApprovalMsg(), ProcessHelpCmd(): Instead of passing in the list's | bwarsaw | 2001-05-18 | 1 | -2/+2 |
| * | __init__(): "join" is now a synonym for "subscribe". "remove" and | bwarsaw | 2001-04-02 | 1 | -19/+51 |
| * | ProcessConfirmCmd(): Confirmation cookie is now a string, not a | bwarsaw | 2001-03-26 | 1 | -26/+12 |
| * | Untabify. | bwarsaw | 2001-03-24 | 1 | -165/+165 |
| * | Various fixes for better handling of confirmation messages, | bwarsaw | 2001-03-24 | 1 | -25/+31 |
| * | A start on updating i18n support -- still needs work. | bwarsaw | 2001-03-02 | 1 | -15/+23 |
| * | Next round of big i18n patches. | bwarsaw | 2001-02-28 | 1 | -79/+98 |
| * | De-string-module-ify. | bwarsaw | 2001-02-15 | 1 | -30/+30 |
| * | Latest round of jcrey's I18N patches. Specifically, | bwarsaw | 2000-12-26 | 1 | -4/+17 |
| * | First integration patch for Juan Carlos's translatable string changes | bwarsaw | 2000-12-07 | 1 | -114/+116 |
| * | ProcessInfoCmd(), ProcessHelpCmd(): GetAbsoluteScriptURL() => | bwarsaw | 2000-08-01 | 1 | -2/+2 |
| * | ParseMailCommands(): Use mm_cfg.LIKELY_BOUNCE_SENDERS instead of | bwarsaw | 2000-06-23 | 1 | -3/+1 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -14/+12 |
| * | ParseMailCommands(): Use the new Replybot.process() API. This is | bwarsaw | 2000-05-09 | 1 | -1/+10 |
| * | ProcessSubscribeCmd(): Fixed small typo in previous checkin | bwarsaw | 2000-04-08 | 1 | -1/+1 |
| * | ProcessSubscribeCommand(): Use MailList.GetAdminEmail() for obtaining | hmeland | 2000-04-08 | 1 | -4/+4 |
| * | ProcessPasswordCmd(), ProcessSetCmd(), ProcessUnsubscribeCmd(), | bwarsaw | 2000-04-04 | 1 | -4/+4 |
| * | ProcessListsCmd(): Catch base class MMListError. | bwarsaw | 2000-04-04 | 1 | -1/+2 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | ParseMailCommands(): Simply return if the message has an X-BeenThere | bwarsaw | 2000-02-26 | 1 | -0/+6 |
| * | ParseMailCommands(): Handle autoresponding to the -request address. | bwarsaw | 2000-02-26 | 1 | -0/+7 |
| * | ParseMailCommands(): The message object gets constructed and passed in | bwarsaw | 1999-12-16 | 1 | -2/+1 |
| * | ParseMailCommands(): typo that caused a very interesting (and subtle) | bwarsaw | 1999-11-25 | 1 | -1/+1 |
| * | AcknowlegePosts => AcknowledgePosts | bwarsaw | 1999-11-24 | 1 | -30/+31 |
| * | ProcessListCmd(): Avoid circular imports | bwarsaw | 1999-11-10 | 1 | -1/+1 |