diff options
| author | viega | 1998-11-06 17:46:33 +0000 |
|---|---|---|
| committer | viega | 1998-11-06 17:46:33 +0000 |
| commit | 6cc26abaf5d9ad7baac978e528fcd332284d4fc5 (patch) | |
| tree | bb750840603463c6918a623d89e42917d96ead00 | |
| parent | 5091695a9935a4b896e236d2efb94ba450058010 (diff) | |
| download | mailman-6cc26abaf5d9ad7baac978e528fcd332284d4fc5.tar.gz mailman-6cc26abaf5d9ad7baac978e528fcd332284d4fc5.tar.zst mailman-6cc26abaf5d9ad7baac978e528fcd332284d4fc5.zip | |
| -rw-r--r-- | DONE | 18 | ||||
| -rw-r--r-- | TODO | 5 |
2 files changed, 18 insertions, 5 deletions
@@ -1,9 +1,25 @@ 1.0b6 + - Archiving is (finally) back in. + - Administrivia filter added. - Mail queue mechanism revamped with better concurrency control. + - For recipients that have estmp MTAs, set delivery notification + status so that only delivery failure notices are sent out, + inhibiting 4 hour and N day warning notices. + + - Now expire old unconfirmed subscription requests, rather than keeping + them forever. + + - Added proposed standard List-Id: header, and our own X-MailmanVersion + header. + + - Prevent havoc from attempts to subscribe a list to itself. (!) + + - Refine mail command processing to prevent loops. + - Pending subscription DB redone with better locking and cleaner interface. @@ -16,7 +32,7 @@ ---- New stuff goes above this line. Do not change this line. ---- 1.0b5 -DONE $Revision: 1140 $, $Date: 1998-11-04 11:29:01 +0000 (Wed, 04 Nov 1998) $ +DONE $Revision: 1187 $, $Date: 1998-11-06 17:46:33 +0000 (Fri, 06 Nov 1998) $ - New file locking that should be portable and work w/ NFS. @@ -1,8 +1,6 @@ The Mailman TODO list *Bugs -- Turning off bounce processing doesn't seem to work (still?). -- Turning on non-member post exclusion doesn't seem to work (Still?). - "Stale" addresses don't update properly when new bounces come in (stale means we had some bounces, but delivery to that address started working again before we booted them from the list) @@ -71,7 +69,6 @@ The Mailman TODO list - Provide an email interface to administrative commands. *Portability concerns -- Use portable file locking - Replace cron stuff with our own scheduling mechanism *Bounce handling @@ -94,7 +91,7 @@ The Mailman TODO list - Remove dead code, etc. *Misc -- Automatically update aliases again? +- Automatically update aliases again - Make the listinfo pages static, and have them regenerate when options are changed, or html is edited. - Make it so Mailman can run as a threaded server (this feature should be |
