summaryrefslogtreecommitdiff
path: root/Mailman/Deliverer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* .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
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-4/+4
* No longer take a news parameter in .DeliverToList(), and no longer callviega1998-06-021-4/+1
* .DeliverToList calls the Mail->News gater unless a flag is passed sayingviega1998-05-311-1/+3
* Several changes:bwarsaw1998-05-261-46/+47
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Sending the password notices (subscribe ack and reminder) to -adminmailman1998-05-261-7/+17
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* .DeliverToList(): Append a sender field pointing to the list admin.klm1998-05-241-1/+2
* .DeliverToList(): header and footer are now optional. (Digests nowklm1998-05-011-3/+3
* Using new OutgoingMessage.__delitem__ method.klm1998-04-271-6/+6
* .SendTextToUser(): Removed debugging log message.klm1998-04-151-3/+1
* .DeliverToList(): Was missing a newline between message headers andklm1998-04-141-7/+5
* Whoops - i broke the subscribe acknowledgement on checkin. Fixedklm1998-04-131-3/+3
* .MailUserPassword(): As with cron/mailpasswds, put a X-No-Archive: yesklm1998-04-121-2/+3
* Darn, missing close-paren.klm1998-04-111-2/+2
* Put the list-specific welcome near the top of the welcome message -klm1998-04-111-12/+7
* DeliverToList(): same bug as DeliverToUser() - repr to escape embeddedklm1998-04-111-3/+8
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* .SendTextToUser(), .DeliverToUser() - use new, generalized add_headersklm1998-04-071-4/+7
* Some cosmetic refinements of message text, separated themailman1998-04-031-44/+34
* A bit of refinement for the notices.mailman1998-03-271-11/+13