diff options
| author | bwarsaw | 2002-09-05 06:36:21 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-09-05 06:36:21 +0000 |
| commit | cd44abff677a43ebd97086d28cdb744461fb782b (patch) | |
| tree | a1e25cc511fbd2a76781d9c256e436868d0b0645 | |
| parent | e130acb85ca0556f04d76bce16b6566185d92be5 (diff) | |
| download | mailman-cd44abff677a43ebd97086d28cdb744461fb782b.tar.gz mailman-cd44abff677a43ebd97086d28cdb744461fb782b.tar.zst mailman-cd44abff677a43ebd97086d28cdb744461fb782b.zip | |
| -rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -19,10 +19,6 @@ Email Handling - For low-traffic sites, a queued message could trigger a qrunner process. It would work until all mail was delivered, then sleep and exit if no new work arrived. - - We could get rid of the wrappers by doing a file delivery at the - aliases, then having qrunner use UnixMailbox to deliver each - message. There would have to be some locking between the MTA - and Mailman. Documentation - A detailed feature list @@ -69,6 +65,11 @@ List Administration 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. + - Add a moderation option to pass through any message which is a + reply to a message previously distributed through the list, even + if it comes from a non-member. Treat that non-member as a + member for the duration of the thread. Use In-Reply-To, + References and Message-ID to match these up. List Membership - Have one account per user per site, with multiple email |
