summaryrefslogtreecommitdiff
path: root/modules/mm_deliver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-249/+0
* 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
* Various small message refinements, and conditionalized CHANGETEXTmailman1998-03-261-22/+42
* Moved essential functionality of .SendTextToUser() andmailman1998-03-241-39/+35
* This is the fix i mentioned in my last checkin (not mm_digest).mailman1998-03-201-13/+28
* Reduce header and footer whitespace padding.mailman1998-03-191-3/+6
* Some small refinements to the subscription acknowledgement notice.mailman1998-02-261-4/+14
* Mention the email-based interface in the subscribe acknowledmentmailman1998-02-251-6/+13
* Moved the bodies of the long text messages to "constant" declarationsmailman1998-02-221-55/+72
* Minor layout change - add some whitespace so the web page addressmailman1998-02-211-0/+1
* Initial revisionmailman1998-02-211-0/+153