changeset 681:68294fb4a643

Catch up on new tunables
author xi
date Sat, 01 Nov 2008 04:37:46 +1100
parents 95dee7da40f5
children d6781a51c947
files contrib/web/perl-admin/conf/tunables.pl
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Sat Nov 01 03:26:46 2008 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Sat Nov 01 04:37:46 2008 +1100
@@ -160,3 +160,14 @@
 			  "No max. mail size deny mails",
 			  "If this is set, no reject notifications caused by violation of maxmailsize ".
 			  "will be sent.");
+
+mlmmj_boolean("nolistsubsemail",
+			  "No list subscribers email",
+			  "If this is set, the LISTNAME+list@ functionality for requesting an ".
+			  "email with the subscribers for owner is disabled.");
+
+mlmmj_string("staticbounceaddr",
+			 "Static bounce address",
+			 "If this is set to something\@example.org, the bounce address (Return-Path:) ".
+			 "will be fixed to something+listname-bounces-and-so-on\@example.org ".
+			 "in case you need to disable automatic bounce handling.");