# HG changeset patch # User xi # Date 1225474666 -39600 # Node ID 68294fb4a643331b7573adada7e36102b6e83790 # Parent 95dee7da40f56b0876189c07173f8e2302f48ec2 Catch up on new tunables diff -r 95dee7da40f5 -r 68294fb4a643 contrib/web/perl-admin/conf/tunables.pl --- 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.");