changeset 604:0e4cfa17a1f4

Add modnonsubposts tunable
author xi
date Tue, 05 Dec 2006 21:27:36 +1100
parents fe965a712a36
children eb2985b8de7e
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Tue Dec 05 07:24:50 2006 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Tue Dec 05 21:27:36 2006 +1100
@@ -37,6 +37,11 @@
 			  "If this option is set, only people who are subscribed to the list, are allowed to post to it. ".
 			  "The check is made against the \"From:\" header.");
 
+mlmmj_boolean("modnonsubposts",
+			  "Moderate non-subscriber posts",
+			  "If this option is set and subonlypost is enabled, all postings from ".
+			  "people who are not subscribed to the list will be moderated.");
+
 mlmmj_string("prefix",
 			 "Prefix",
 			 "The prefix for the Subject: line of mails to the list. This will alter the Subject: line, ".
--- a/contrib/web/php-admin/conf/tunables.pl	Tue Dec 05 07:24:50 2006 +1100
+++ b/contrib/web/php-admin/conf/tunables.pl	Tue Dec 05 21:27:36 2006 +1100
@@ -37,6 +37,11 @@
 			  "If this option is set, only people who are subscribed to the list, are allowed to post to it. ".
 			  "The check is made against the \"From:\" header.");
 
+mlmmj_boolean("modnonsubposts",
+			  "Moderate non-subscriber posts",
+			  "If this option is set and subonlypost is enabled, all postings from ".
+			  "people who are not subscribed to the list will be moderated.");
+
 mlmmj_string("prefix",
 			 "Prefix",
 			 "The prefix for the Subject: line of mails to the list. This will alter the Subject: line, ".