changeset 219:7dcc23ad4387

Mention control/tocc and control/subonlypost in TUNABLES and ChangeLog Bump version to 0.7.2
author mmj
date Tue, 15 Jun 2004 00:54:52 +1000
parents 729f4a49aa01
children c705143f881c
files ChangeLog TUNABLES VERSION
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 14 21:57:46 2004 +1000
+++ b/ChangeLog	Tue Jun 15 00:54:52 2004 +1000
@@ -1,3 +1,6 @@
+ o Make it possible to only let subscribers post
+ o Implement feature to deny posts where the listaddress is not in To: or
+   Cc:. Enabled pr. default, but can be disabled by touching control/tocc
  o Make mlmmj-sub change uid to the owner of listdir to avoid permission
    problems. Disable with -U to mlmmj-sub.
  o More memory debugging
--- a/TUNABLES	Mon Jun 14 21:57:46 2004 +1000
+++ b/TUNABLES	Tue Jun 15 00:54:52 2004 +1000
@@ -20,6 +20,16 @@
    If this file is present, the emailaddresses in the file listdir/moderators
    will act as moderators for the list.
 
+ · tocc				(boolean)
+
+   If this file is present, the list address does not have to be in the To:
+   or Cc: header of the email to the list.
+
+ · subonlypost			(boolean)
+
+   When this file is present, only people who are subscribed to the list,
+   are allowed to post to it. The check is made against the "From:" header.
+
  · prefix			(normal)
 
    The prefix for the Subject: line of mails to the list. This will alter the
--- a/VERSION	Mon Jun 14 21:57:46 2004 +1000
+++ b/VERSION	Tue Jun 15 00:54:52 2004 +1000
@@ -1,1 +1,1 @@
-0.7.2-RC
+0.7.2