From: mmj Date: Mon, 14 Jun 2004 14:54:52 +0000 (+1000) Subject: Mention control/tocc and control/subonlypost in TUNABLES and ChangeLog X-Git-Tag: RELEASE_1_0_0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b99ade8c55e53fd981b780ee9aece19a9deab7;p=thirdparty%2Fmlmmj.git Mention control/tocc and control/subonlypost in TUNABLES and ChangeLog Bump version to 0.7.2 --- diff --git a/ChangeLog b/ChangeLog index f2a68c4b..22640caf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/TUNABLES b/TUNABLES index e6a58a48..4b2c514e 100644 --- a/TUNABLES +++ b/TUNABLES @@ -20,6 +20,16 @@ value, leaving line 2 and forward ready for commentary etc. 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 diff --git a/VERSION b/VERSION index 1ce5663a..7486fdbc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2-RC +0.7.2