]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Sync tunables from perl-admin
authorxi <none@none>
Sat, 1 Nov 2008 12:51:47 +0000 (23:51 +1100)
committerxi <none@none>
Sat, 1 Nov 2008 12:51:47 +0000 (23:51 +1100)
contrib/web/php-admin/conf/tunables.pl

index 79d316b133572fc820adad5b37cd39ee491336f9..379fd019c3b93df4b9320bc29bebec88c4ba48e2 100644 (file)
@@ -160,3 +160,14 @@ mlmmj_boolean("nomaxmailsizedenymails",
                          "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.");