| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update imports, and convert to new Message.Message object | bwarsaw | 1999-11-10 | 1 | -10/+7 |
| * | ParseMailCommands(): Quickie patch to allow quotes around the command | bwarsaw | 1999-09-08 | 1 | -0/+10 |
| * | ProcessConfirmCmd(): Confirmation of an subscription for an address | hmeland | 1999-07-01 | 1 | -1/+4 |
| * | The "password" mail command can now also be used for having one's | hmeland | 1999-07-01 | 1 | -2/+14 |
| * | AddToResponse(): Added new optional arg `prefix'. Changed truncation | hmeland | 1999-06-13 | 1 | -87/+95 |
| * | ParseMailCommands(): In the case that the maximum number of command | hmeland | 1999-06-04 | 1 | -2/+2 |
| * | ProcessUnsubscribeCmd(): Catch Errors.MMNotAMemberError, which is what | bwarsaw | 1999-05-06 | 1 | -2/+1 |
| * | eradicate "maillist" as a noun | bwarsaw | 1999-05-05 | 1 | -1/+1 |
| * | ParseMailCommands(): make the confirmation regexp whitespace | bwarsaw | 1999-04-28 | 1 | -2/+2 |
| * | ParseMailCommands(): Two small changes. First, ignore case when | bwarsaw | 1999-04-27 | 1 | -2/+2 |
| * | Don't truncate "Subject line ignored" lines | bwarsaw | 1999-04-14 | 1 | -1/+2 |
| * | ProcessWhoCmd(): Be sure not to truncate the list of members! | bwarsaw | 1999-03-31 | 1 | -2/+2 |
| * | Lots of changes! | bwarsaw | 1999-03-24 | 1 | -145/+208 |
| * | ProcessSetCmd(): Installed Balazs Nagy's patch to check for membership | bwarsaw | 1999-02-27 | 1 | -14/+10 |
| * | .SetOptionCommand(): For some reason the options descriptions keys now | klm | 1998-12-10 | 1 | -17/+21 |
| * | .ProcessPasswordCmd(): Niggle - use the derived 'sender' value the | klm | 1998-12-09 | 1 | -5/+4 |
| * | .ProcessPasswordCmd(): Was not working because .ChangeUserPassword() | klm | 1998-12-09 | 1 | -4/+10 |
| * | .ProcessConfirmCmd(): For invalid confirmation numbers, indicate that | klm | 1998-12-07 | 1 | -2/+11 |
| * | removed erroneous and leftover 'import Pending' | cotton | 1998-11-25 | 1 | -1/+0 |
| * | I should have broken this up into 2 checkins because it implements one | cotton | 1998-11-21 | 1 | -0/+1 |
| * | This change implements storing list members and digest members as | cotton | 1998-11-19 | 1 | -5/+6 |
| * | These changes allow case-preserved usernames in email addresses of | cotton | 1998-10-12 | 1 | -2/+6 |
| * | These changing are a cleanup of the sorry state the subscription policy | cotton | 1998-10-10 | 1 | -81/+53 |
| * | Nagy's mail command end patch (add "--" as equivalent to "end" command | cotton | 1998-10-09 | 1 | -1/+1 |
| * | ProcessSubscribeCmd(): Deny attempts to subscribe a list to itself | klm | 1998-09-05 | 1 | -1/+9 |
| * | Respect default limit on number of mail command lines for processing. | klm | 1998-09-03 | 1 | -5/+10 |
| * | .ProcessSubscribeCmd(): Using .FinishSubscribe(), which handles all | klm | 1998-07-13 | 1 | -37/+47 |
| * | .ParseMailCommands(): Escape the list real_name that's interpolated | klm | 1998-07-13 | 1 | -2/+2 |
| * | Prevent processing of exactly duplicated commands. This is | klm | 1998-07-12 | 1 | -3/+18 |
| * | Informatively reject mail-command attempts to subscribe | klm | 1998-07-12 | 1 | -3/+8 |
| * | ProcessSubscribeCmd(): Fixed a few of the other keys :-( | bwarsaw | 1998-07-06 | 1 | -2/+2 |
| * | MailCommandHandler.AddApprovalMsg(): use the Utils.maketext() | bwarsaw | 1998-06-23 | 1 | -18/+11 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -145/+70 |
| * | Whoops, I forgot to check these in. They're changed to handle | viega | 1998-06-03 | 1 | -3/+3 |
| * | Hmm, I didn't think I touched mm_pending since the last checkin. I | viega | 1998-05-30 | 1 | -2/+4 |
| * | Integrated Scott's confirmation stuff into mailcmd, and fixed a few things | viega | 1998-05-29 | 1 | -41/+95 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |