# HG changeset patch # User xi # Date 1225543907 -39600 # Node ID 660cddd82a93e92eb74b28b4c3794418986b0bfb # Parent 1b976adc0a40b82037e272efe160cfb5de9dd53e Sync tunables from perl-admin diff -r 1b976adc0a40 -r 660cddd82a93 contrib/web/php-admin/conf/tunables.pl --- a/contrib/web/php-admin/conf/tunables.pl Sat Nov 01 09:03:06 2008 +1100 +++ b/contrib/web/php-admin/conf/tunables.pl Sat Nov 01 23:51:47 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.");