summaryrefslogtreecommitdiff
path: root/modules/mm_digest.py
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-408/+0
* digest_send_periodic now uses a Radio button instead of a number box, sinceviega1998-06-111-2/+3
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-2/+3
* No longer pass in the stupid news parameter to DeliverToList(), sinceviega1998-06-021-3/+3
* Pass the flag to .DeliverToList() that says, "don't repost this mailviega1998-05-311-5/+5
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX).klm1998-05-031-3/+1
* .SaveForDigest():klm1998-05-021-18/+55
* .SendDigest(): digest_text wasn't defined - had to read the file.klm1998-05-011-2/+2
* Digest(): new class which represents a digest in a presentation-klm1998-05-011-79/+134
* For mime digests, substitute the result of mimetools.chooseboundary()klm1998-04-271-67/+82
* .SaveForDigest(): When reply_goes_to_list is set, add a reply-to:klm1998-04-231-6/+11
* Add the number of messages to the digest subject lines.klm1998-04-221-12/+21
* (First checkin after release tagged mailman-1_0b2.)klm1998-04-141-29/+34
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-3/+19
* Track move of MESSAGE_DECORATION_NOTE from mm-defaults to mm_err.mailman1998-04-091-3/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
* Added new-format descriptive header, as string in options list.klm1998-04-071-8/+11
* Do *not* sort the members (digest or non) in the list record - sortmailman1998-03-271-2/+0
* If the lists are going to remain sorted, they must be sorted whenmailman1998-03-261-0/+2
* Changed sense of plain vs mime default digest format buttons, to agreemailman1998-03-241-1/+1
* Moved truncate and close of digest_file and topics_file to *just*mailman1998-03-241-15/+20
* Log a message if digest file is unlocatable.mailman1998-03-201-14/+32
* Added periodic (with help of senddigest cron job) digest transmissionmailman1998-03-131-23/+48
* Resolving digest header and footer formats against list.__dict__ (justklm1998-03-081-6/+10
* Removed extraneous comma from digestable option.mailman1998-03-041-1/+1
* Add neglected comma to digestable config var!mailman1998-03-041-1/+1
* Simplfied a few options descriptions.mailman1998-02-271-4/+3
* Use default values from mm_cfg module.mailman1998-02-261-3/+3
* Initial revisionmailman1998-02-261-0/+191