| Commit message (Expand) | Author | Age | Files | Lines |
| * | ForwardMessage(): The signature of the OwnerNotification constructor | bwarsaw | 2002-10-23 | 1 | -2/+1 |
| * | SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Since | bwarsaw | 2002-10-18 | 1 | -3/+3 |
| * | ForwardMessage(): Typo. OwnerNotification's don't take a lang | bwarsaw | 2002-10-15 | 1 | -1/+0 |
| * | Whitespace normalized and pycheckerfied. | bwarsaw | 2002-10-15 | 1 | -13/+12 |
| * | ForwardMessage(): Change the signature a bit to use the new | bwarsaw | 2002-10-15 | 1 | -7/+6 |
| * | ForwardMessage(): The UserNotification neeeds to have its language | bwarsaw | 2002-10-14 | 1 | -1/+2 |
| * | ForwardMessage(): Refactor the various places where we're forwarding | bwarsaw | 2002-10-07 | 1 | -0/+21 |
| * | MailUserPassword(): Missed a conversion to MemberAdaptor. Found by | bwarsaw | 2002-06-29 | 1 | -1/+1 |
| * | SendSubscribeAck(): Prepend any text given in the mass subscribe page | bwarsaw | 2002-05-28 | 1 | -2/+2 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -2/+2 |
| * | SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): When | bwarsaw | 2002-02-11 | 1 | -4/+5 |
| * | SendUnsubscribeAck(): Use a better Subject: on the message that gets | bwarsaw | 2001-10-21 | 1 | -3/+3 |
| * | MailUserPassword(): Rip out the checks for isMember(user) and | bwarsaw | 2001-08-16 | 1 | -28/+32 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -3/+3 |
| * | All: | bwarsaw | 2001-07-18 | 1 | -6/+3 |
| * | MailUserPassword(): Include the full posting email address of the list | bwarsaw | 2001-05-31 | 1 | -2/+3 |
| * | SendSubscribeAck(), MailUserPassword(): In addition to passing in the | bwarsaw | 2001-05-18 | 1 | -4/+3 |
| * | Interim i18n change. | bwarsaw | 2001-02-28 | 1 | -9/+11 |
| * | SendSubscribeAck(): I18n the welcome messages. | bwarsaw | 2001-02-15 | 1 | -10/+8 |
| * | Latest set of I18N patches from jcrey. Specifically, | bwarsaw | 2000-12-26 | 1 | -5/+8 |
| * | First integration patch for Juan Carlos's translatable string changes | bwarsaw | 2000-12-07 | 1 | -6/+6 |
| * | SendSubscribeAck(): Since the notification message contains passwords, | bwarsaw | 2000-09-19 | 1 | -0/+1 |
| * | SendSubscribeAck(), MailUserPassword() => GetScriptURL(..., | bwarsaw | 2000-08-01 | 1 | -3/+3 |
| * | MailUserPassword(): If the user didn't have a password, requestaddr | bwarsaw | 2000-03-23 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | SendSubscribeAck(), MailUserPassword(): Use listname-request instead | bwarsaw | 2000-02-03 | 1 | -6/+4 |
| * | MailUserPassword(): Don't stick a newline at the end of the subject | bwarsaw | 1999-11-26 | 1 | -2/+5 |
| * | Much simplification, since most of this work has been moved to the | bwarsaw | 1999-11-24 | 1 | -210/+38 |
| * | PR#107 reports that Pegasus (presumably an MUA) uses | bwarsaw | 1999-09-02 | 1 | -0/+1 |
| * | DeliverToList(): Always remove return-receipt-to and | bwarsaw | 1999-07-22 | 1 | -0/+3 |
| * | .DeliverToOwner(): Always use the list admin address as envelope | hmeland | 1999-05-04 | 1 | -16/+9 |
| * | DeliverToList(): Also get rid of duplicate errors-to headers | bwarsaw | 1999-04-02 | 1 | -1/+2 |
| * | DeliverToList(): Strip off any duplicate Sender: headers, leaving just | bwarsaw | 1999-03-31 | 1 | -0/+2 |
| * | Sweeping changes to hopefully and finally (for 1.0 at least) make sane | bwarsaw | 1999-03-29 | 1 | -6/+5 |
| * | DeliverToOwner(): check the value of mm_cfg.USE_ENVELOPE_SENDER to | bwarsaw | 1999-03-25 | 1 | -1/+3 |
| * | MailUserPassword(): Use `mailing list' instead of `maillist'. | bwarsaw | 1999-03-24 | 1 | -1/+1 |
| * | MailUserPassword(): members value can be other non-string types | bwarsaw | 1999-03-09 | 1 | -1/+1 |
| * | MailUserPassword(): If the user's "case-preserved" address is the same | bwarsaw | 1999-03-08 | 1 | -3/+3 |
| * | MailUserPassword(): Find the member's password by checking for the | bwarsaw | 1999-03-05 | 1 | -2/+3 |
| * | On some RedHat Linuxes, there appears to be a problem with some crons | bwarsaw | 1999-01-13 | 1 | -16/+1 |
| * | DeliverToList(): Ignore ECHILD exceptions that have been reported on | bwarsaw | 1999-01-08 | 1 | -1/+17 |
| * | In class Deliverer, build a mechanism for adding more default | bwarsaw | 1998-12-23 | 1 | -16/+50 |
| * | DeliverToOwner(), DeliverToList(): Use self.LogMsg() instead of | bwarsaw | 1998-12-18 | 1 | -6/+6 |
| * | .DeliverToOwner(): Provisional fix for when derived sender is bogus. | klm | 1998-11-23 | 1 | -0/+5 |
| * | Add new "list-id:" header to all messages sent out by the list, | klm | 1998-10-23 | 1 | -7/+18 |
| * | .DeliverTo*(): Include a header, "X-MailmanVersion: ...". The idea, | klm | 1998-10-20 | 1 | -2/+6 |
| * | .CreateSubscribeAck(): ... but still forgot a close paren in the text, | klm | 1998-10-17 | 1 | -1/+1 |
| * | .CreateSubscribeAck(): Fixed malreference, 'umbrella_spiel' => | klm | 1998-10-17 | 1 | -2/+2 |
| * | MailList.GetMemberAdminEmail(): New routine to identify the admin | klm | 1998-10-17 | 1 | -21/+12 |
| * | .SendSubscribeAck(), .SendUnsubscribeAck(), .MailUserPassword(): | klm | 1998-10-17 | 1 | -5/+15 |