changeset 617:e64cb0b45bae

Fix a typo and add the nonomailsub tunable
author xi
date Mon, 11 Dec 2006 02:45:52 +1100
parents 62743c7b96c0
children 59790d58b2e3
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Mon Dec 11 02:00:48 2006 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Mon Dec 11 02:45:52 2006 +1100
@@ -142,6 +142,12 @@
 
 mlmmj_boolean("nodigestsub",
 			  "No digest subscribers",
-			  "If this options is set, subscription to the digest version of the mailinglist ".
+			  "If this option is set, subscription to the digest version of the mailinglist ".
 			  "will be denied. (Useful if you don't want to allow digests and notify users ".
 			  "about it).");
+
+mlmmj_boolean("nonomailsub",
+			  "No nomail subscribers",
+			  "If this option is set, subscription to the nomail version of the mailinglist ".
+			  "will be denied. (Useful if you don't want to allow nomail and notify users ".
+			  "about it).");
--- a/contrib/web/php-admin/conf/tunables.pl	Mon Dec 11 02:00:48 2006 +1100
+++ b/contrib/web/php-admin/conf/tunables.pl	Mon Dec 11 02:45:52 2006 +1100
@@ -142,6 +142,12 @@
 
 mlmmj_boolean("nodigestsub",
 			  "No digest subscribers",
-			  "If this options is set, subscription to the digest version of the mailinglist ".
+			  "If this option is set, subscription to the digest version of the mailinglist ".
 			  "will be denied. (Useful if you don't want to allow digests and notify users ".
 			  "about it).");
+
+mlmmj_boolean("nonomailsub",
+			  "No nomail subscribers",
+			  "If this option is set, subscription to the nomail version of the mailinglist ".
+			  "will be denied. (Useful if you don't want to allow nomail and notify users ".
+			  "about it).");