changeset 231:10aba005d6a1

0.7.3
author mmj
date Fri, 18 Jun 2004 05:00:21 +1000
parents 4cf4a521995c
children 4574c359cbb9
files ChangeLog TODO TUNABLES
diffstat 3 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 18 04:59:25 2004 +1000
+++ b/ChangeLog	Fri Jun 18 05:00:21 2004 +1000
@@ -1,3 +1,6 @@
+0.7.3
+ o Implement control/delheaders in where one can specify all the headers
+   to delete in incoming mail to the list.
  o Add +owner functionality (control/owner). Several addresses possible.
  o Relicense the whole thing to be MIT instead of GPL
 0.7.2
--- a/TODO	Fri Jun 18 04:59:25 2004 +1000
+++ b/TODO	Fri Jun 18 05:00:21 2004 +1000
@@ -1,9 +1,13 @@
- o Convert mlmmj-sub, mlmmj-unsub and mlmmj-process (moderation) to use
-   the new prepstdreply() function.
+Code cleanup:
+ o Add malloc and realloc macros that will exit(EXIT_FAILURE) if malloc or
+   realloc fails
+ o Convert opening of write files to openrandexclrw
  o Add some more logging to mlmmj-maintd
 
 Functionality items:
- o owner functionality
  o listname+get functionality
  o web interface
 
+Nice to do:
+ o Convert mlmmj-sub, mlmmj-unsub and mlmmj-process (moderation) to use
+   the new prepstdreply() function.
--- a/TUNABLES	Fri Jun 18 04:59:25 2004 +1000
+++ b/TUNABLES	Fri Jun 18 05:00:21 2004 +1000
@@ -40,5 +40,11 @@
    The emailaddresses in this file (1 pr. line) will get mails to
    listname+owner@listdomain.tld
 
+ · delheaders			(list)
 
-... more to follow. (relayhost, owner etc.)
+   In this file is specified *ONE* headertoken to match pr. line. If the file
+   consists of:
+                   Received:
+                   Message-ID:
+   Then all occurences of these headers in incoming list mail will be deleted.
+