| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
it is currently a boolean variable.
|
| |
|
|
|
| |
relative paths, mainly GetScriptURL->the appropriate replacement.
Now I'm done w/ checkins, and I'm going to test the current snapshot.
|
| |
|
|
| |
that parameter is dead.
|
| |
|
|
| |
to news".
|
| | |
|
| |
|
|
|
|
|
| |
do so.
Added a copy of the GNU GPL.
Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Digest messages now keep all headers except 'received',
'errors-to', and all 'x-*' ones (and any continuations of these).
- Mime digest messages now properly (i believe) contain mime
attachments. (The key was preserving the original content-type
header.)
- It may be that some more headers should be trimmed, ie for the sake
of the non-mime recipients - but actually, it doesn't look
cluttered, for the few sample messages i tried.
- The entries in the table-of-contents have the redundant
subject-prefix string removed.
Digest: Redundant "Vol" in masthead string removed.
I took a look at rfc 934 (thanks, barry), which is the pre-Mime standard
for encapsulating (nesting) messages in other messages, and it looks
like the key is to have an "encapsulation boundary" that starts with a
"-" dash - looks like mime extended from this. However, the old rule
for nesting an encapsulated message within another encapsulated
message is to insert a "- " space in front of the original
encapsulation boundary. Unfortunately, this would break mime
encapsulation, so i'm not implementing this part of the old
burstable-digests standard. The rest of it *may* be ok, though, in
case anyone has the old-style bursting readers...
Anyway, i've done about as much as i was hoping to do with the digests
format - i don't forsee devoting much more attention to features, just
to ironing out bugs.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
neutral format, and then can present as either plain or mime format.
Much cleaner than when the digest structure and layout was combined
with the other logic in .SendDigest().
.SendDigest(): Use new Digest() class to compose the digest and then
present it in either (or both) formats. Much simplified as the digest
structure and layout logic is now in the digest class.
Added DIGEST_MASTHEAD, removed DIGEST_HEADER_TEMPLATE and
DIGEST_CLOSE_TEMPLATE.
|
| |
|
|
|
|
|
|
|
| |
instead of the ad-hoc one. This should be more robust and more likely
to not break sendmails out there...
(There actually has been lots of restructuring, in preparation for
using a digest object that will provide for better mixed multipart
mime presentation...)
|
| |
|
|
| |
list to each digest entry. (From janne sinkkonen, more or less.)
|
| |
|
|
| |
Regularize the digest header list info section slightly.
|
| |
|
|
|
|
|
|
|
| |
Changed digest header format slightly, but changed the code more to
use keyword format strings instead of order-dependent ones, to make
reorganizing the text a lot less fragile.
(I'm coming to think that having a footer is mostly undesirable, so
mm_cfg.DEFAULT_DIGEST_FOOTER should be the empty string.)
|
| |
|
|
| |
whatever mail delivery agent is there.
|
| | |
|
| |
|
|
| |
__version__ info.
|
| |
|
|
| |
Elaborated some options with supplementary description.
|
| |
|
|
| |
them before presenting an ordered list.
|
| |
|
|
| |
digestification status changes.
|
| |
|
|
| |
with default setting.
|
| |
|
|
|
|
|
| |
before the delivery, so the accumulated messages are not removed until
the first copies are about to be sent.
Refined digesting log messages.
|
| |
|
|
| |
In general, use .LogMsg() instead of arbitrary digest.log file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|