From: xi Date: Mon, 4 Sep 2006 11:05:10 +0000 (+1000) Subject: Catch up with recently added tunables X-Git-Tag: RELEASE_1_2_12_RC1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d49634c38aeb124219d60f6a8bfb3ea5ce1fcba;p=thirdparty%2Fmlmmj.git Catch up with recently added tunables --- diff --git a/contrib/web/perl-admin/conf/tunables.pl b/contrib/web/perl-admin/conf/tunables.pl index 5183cea7..833d5d24 100644 --- a/contrib/web/perl-admin/conf/tunables.pl +++ b/contrib/web/perl-admin/conf/tunables.pl @@ -1,9 +1,11 @@ mlmmj_boolean("closedlist", "Closed list", "If the list is open or closed. If it's closed subscription ". - "and unsubscription via mail is disabled. Also note that ". - "confirmation is disabled too, so the -C option to mlmmj-sub ". - "and mlmmj-unsub is of no use with a closed list."); + "and unsubscription via mail is disabled."); + +mlmmj_boolean("closedlistsub", + "Closed for subscription", + "Closed for subscription. Unsubscription is possible."); mlmmj_boolean("nosubconfirm", "No subscribe confirmation", @@ -17,6 +19,10 @@ mlmmj_list("moderators", "Moderators", "If the list is moderated, this is the list of moderators."); +mlmmj_list("submod", + "Subscription moderators", + "This is the list of moderators that will approve subscriptions."); + mlmmj_boolean("tocc", "To: Cc:", "If this option is set, the list address does not have to be in the To: or Cc: header of the email to the list."); @@ -123,3 +129,8 @@ mlmmj_boolean("nosubonlydenymails", "No subscribers only deny mails", "This switch turns off whether mlmmj sends out notification about postings ". "being rejected due to a subscribers only posting list (see 'subonlypost')."); + +mlmmj_boolean("nodigesttext", + "No digest text summary", + "This switch turns off whether digest mails will have a text part with a thread ". + "summary."); diff --git a/contrib/web/php-admin/conf/tunables.pl b/contrib/web/php-admin/conf/tunables.pl index 5183cea7..833d5d24 100644 --- a/contrib/web/php-admin/conf/tunables.pl +++ b/contrib/web/php-admin/conf/tunables.pl @@ -1,9 +1,11 @@ mlmmj_boolean("closedlist", "Closed list", "If the list is open or closed. If it's closed subscription ". - "and unsubscription via mail is disabled. Also note that ". - "confirmation is disabled too, so the -C option to mlmmj-sub ". - "and mlmmj-unsub is of no use with a closed list."); + "and unsubscription via mail is disabled."); + +mlmmj_boolean("closedlistsub", + "Closed for subscription", + "Closed for subscription. Unsubscription is possible."); mlmmj_boolean("nosubconfirm", "No subscribe confirmation", @@ -17,6 +19,10 @@ mlmmj_list("moderators", "Moderators", "If the list is moderated, this is the list of moderators."); +mlmmj_list("submod", + "Subscription moderators", + "This is the list of moderators that will approve subscriptions."); + mlmmj_boolean("tocc", "To: Cc:", "If this option is set, the list address does not have to be in the To: or Cc: header of the email to the list."); @@ -123,3 +129,8 @@ mlmmj_boolean("nosubonlydenymails", "No subscribers only deny mails", "This switch turns off whether mlmmj sends out notification about postings ". "being rejected due to a subscribers only posting list (see 'subonlypost')."); + +mlmmj_boolean("nodigesttext", + "No digest text summary", + "This switch turns off whether digest mails will have a text part with a thread ". + "summary.");