summaryrefslogtreecommitdiff
path: root/Mailman/Deliverer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-2/+2
* SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Whenbwarsaw2002-02-111-4/+5
* SendUnsubscribeAck(): Use a better Subject: on the message that getsbwarsaw2001-10-211-3/+3
* MailUserPassword(): Rip out the checks for isMember(user) andbwarsaw2001-08-161-28/+32
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-3/+3
* All:bwarsaw2001-07-181-6/+3
* MailUserPassword(): Include the full posting email address of the listbwarsaw2001-05-311-2/+3
* SendSubscribeAck(), MailUserPassword(): In addition to passing in thebwarsaw2001-05-181-4/+3
* Interim i18n change.bwarsaw2001-02-281-9/+11
* SendSubscribeAck(): I18n the welcome messages.bwarsaw2001-02-151-10/+8
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-5/+8
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-6/+6
* SendSubscribeAck(): Since the notification message contains passwords,bwarsaw2000-09-191-0/+1
* SendSubscribeAck(), MailUserPassword() => GetScriptURL(...,bwarsaw2000-08-011-3/+3
* MailUserPassword(): If the user didn't have a password, requestaddrbwarsaw2000-03-231-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* SendSubscribeAck(), MailUserPassword(): Use listname-request insteadbwarsaw2000-02-031-6/+4
* MailUserPassword(): Don't stick a newline at the end of the subjectbwarsaw1999-11-261-2/+5
* Much simplification, since most of this work has been moved to thebwarsaw1999-11-241-210/+38
* PR#107 reports that Pegasus (presumably an MUA) usesbwarsaw1999-09-021-0/+1
* DeliverToList(): Always remove return-receipt-to andbwarsaw1999-07-221-0/+3
* .DeliverToOwner(): Always use the list admin address as envelopehmeland1999-05-041-16/+9
* DeliverToList(): Also get rid of duplicate errors-to headersbwarsaw1999-04-021-1/+2
* DeliverToList(): Strip off any duplicate Sender: headers, leaving justbwarsaw1999-03-311-0/+2
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-291-6/+5
* DeliverToOwner(): check the value of mm_cfg.USE_ENVELOPE_SENDER tobwarsaw1999-03-251-1/+3
* MailUserPassword(): Use `mailing list' instead of `maillist'.bwarsaw1999-03-241-1/+1
* MailUserPassword(): members value can be other non-string typesbwarsaw1999-03-091-1/+1
* MailUserPassword(): If the user's "case-preserved" address is the samebwarsaw1999-03-081-3/+3
* MailUserPassword(): Find the member's password by checking for thebwarsaw1999-03-051-2/+3
* On some RedHat Linuxes, there appears to be a problem with some cronsbwarsaw1999-01-131-16/+1
* DeliverToList(): Ignore ECHILD exceptions that have been reported onbwarsaw1999-01-081-1/+17
* In class Deliverer, build a mechanism for adding more defaultbwarsaw1998-12-231-16/+50
* DeliverToOwner(), DeliverToList(): Use self.LogMsg() instead ofbwarsaw1998-12-181-6/+6
* .DeliverToOwner(): Provisional fix for when derived sender is bogus.klm1998-11-231-0/+5
* Add new "list-id:" header to all messages sent out by the list,klm1998-10-231-7/+18
* .DeliverTo*(): Include a header, "X-MailmanVersion: ...". The idea,klm1998-10-201-2/+6
* .CreateSubscribeAck(): ... but still forgot a close paren in the text,klm1998-10-171-1/+1
* .CreateSubscribeAck(): Fixed malreference, 'umbrella_spiel' =>klm1998-10-171-2/+2
* MailList.GetMemberAdminEmail(): New routine to identify the adminklm1998-10-171-21/+12
* .SendSubscribeAck(), .SendUnsubscribeAck(), .MailUserPassword():klm1998-10-171-5/+15
* Nagy's send post ack patch. the subject was truncated by one too many charscotton1998-10-091-1/+1
* Added DeliverToOwner to Deliverer class in Deliverer.py that passescotton1998-10-011-0/+36
* Added "Precedence: bulk" header to password reminders, so they don'tklm1998-08-141-1/+2
* .DeliverToList(): Restructured to send deliver parameters via itsklm1998-07-231-30/+21
* CreateSubscribeAck(): Wrap the self.welcome_msg. This is typed into abwarsaw1998-07-221-2/+3
* .SentTextToUser(): Somebody (correctly) got rid of theklm1998-07-161-1/+0
* SendTextToUser(): Don't propagate removed raw flagbwarsaw1998-07-061-2/+2
* Convert all module names to their new names.bwarsaw1998-06-191-98/+46
* Added support for send_welcome_msg.viega1998-06-121-0/+2