diff options
| author | bwarsaw | 2002-08-09 23:12:25 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-09 23:12:25 +0000 |
| commit | 8a8219c3bc9af51cb69cda37143d95cf9fa6f88f (patch) | |
| tree | fb8e0e9869ffac5502f1fb4adba7f73b140f764e | |
| parent | d98ba95f73d97bdb1319751ffe5ed74d74acc68c (diff) | |
| download | mailman-8a8219c3bc9af51cb69cda37143d95cf9fa6f88f.tar.gz mailman-8a8219c3bc9af51cb69cda37143d95cf9fa6f88f.tar.zst mailman-8a8219c3bc9af51cb69cda37143d95cf9fa6f88f.zip | |
| -rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -52,13 +52,23 @@ List Administration removing, or overriding those in the original message (sometimes very useful, but could be dangerous!) - New moderation choice: archive but don't send to list. - - New moderation choice: annotate and send to author for resubmittal. + - New moderation choice: annotate and send to author for + resubmittal. Or just be able to annotate the message for + multiple moderator scenarios. - Better integration with moderated newsgroups (and allow some addresses to bypass even that moderation and be delivered to a secondary channel, like moderators@isc.org). - Allow a list to be marked `disabled' so things like the replybot still works, and the archives are still available, but mail posted to the list is always returned unsent. + - Ability to `sideline' some messages in the moderation queue + - Hook moderation up to a whitelist a la TMDA. A non-member + message gets held in a non-admindb queue, and the sender gets a + confirmation message. When they confirm, we moderate the + message as normal, but if they don't we assume it's spam (after + some period of time) and discard it. The admin should be able + to see all these super-quarantined messages with the flip of a + button. List Membership - Have one account per user per site, with multiple email |
