summaryrefslogtreecommitdiff
path: root/Mailman/Digester.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Added new-format descriptive header, as string in options list.klm1998-04-071-8/+11
| | | | Elaborated some options with supplementary description.
* Do *not* sort the members (digest or non) in the list record - sortmailman1998-03-271-2/+0
| | | | them before presenting an ordered list.
* If the lists are going to remain sorted, they must be sorted whenmailman1998-03-261-0/+2
| | | | digestification status changes.
* Changed sense of plain vs mime default digest format buttons, to agreemailman1998-03-241-1/+1
| | | | with default setting.
* Moved truncate and close of digest_file and topics_file to *just*mailman1998-03-241-15/+20
| | | | | | | before the delivery, so the accumulated messages are not removed until the first copies are about to be sent. Refined digesting log messages.
* Log a message if digest file is unlocatable.mailman1998-03-201-14/+32
| | | | In general, use .LogMsg() instead of arbitrary digest.log file.
* Added periodic (with help of senddigest cron job) digest transmissionmailman1998-03-131-23/+48
| | | | | | | | | | | | | | | | | in addition to size-threshhold triggering, and periodic mechanism enabled by new option DEFAULT_DIGEST_SEND_PERIODIC - by default, active. New methods SendDigestOnSize() and SendDigestIfAny() - the latter used by new script (in ../cron dir) senddigests. Made mime mode the default for digests. New option digest_is_default allows moderator change. (Took a lot of changes all over, since the user options are much more abstruse than the list options, and weren't formerly hooked up with a list option.) Some reduction of text added to mime formatted messages (i might say clutter:) - some whitespace, and particularly the "** Message %d:..." ... "** End of message..." message body brackets - mime maillists i use don't include that kind of thing and look quite fine.
* Resolving digest header and footer formats against list.__dict__ (justklm1998-03-081-6/+10
| | | | | | | | | | | | before posting). Getting digest header and footer from (new) default settings. Changed subject of footer message from "Reminder" to "Digest Footer". (NOTE that the mime seems to be kinda funky - my mua, a fairly current version of Unix pine, does not recognize it as mime, and it tends to be pretty good about that kind of thing.)
* 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