# HG changeset patch # User mortenp # Date 1264879681 -39600 # Node ID 26868c6aa263bf6665a403a0a8f1f04b3d653d7e # Parent 19531ac31a24eb93bbdc04edfed86353d9b40e86 Updated TUNABLES file (Ben Schmidt) diff -r 19531ac31a24 -r 26868c6aa263 ChangeLog --- a/ChangeLog Sun Jan 24 06:34:22 2010 +1100 +++ b/ChangeLog Sun Jan 31 06:28:01 2010 +1100 @@ -1,3 +1,4 @@ + o Updated TUNABLES file (Ben Schmidt) 1.2.17 o Added ifmodsendonlymodmoderate tunable o Replaced class.FastTemplate.php with class.rFastTemplate.php in diff -r 19531ac31a24 -r 26868c6aa263 TUNABLES --- a/TUNABLES Sun Jan 24 06:34:22 2010 +1100 +++ b/TUNABLES Sun Jan 31 06:28:01 2010 +1100 @@ -6,7 +6,8 @@ the contents of a file does not matter, the mere presence of it, will set the variable to "true". If it's a "normal" file, the first line will be used as value, leaving line 2 and forward ready for commentary etc. If it's possible -to specify several entries (one pr. line), it's marked "list". +to specify several entries (one pr. line), it's marked "list". If the file's +entire content is used as value, it's marked "text". · listaddress (list) @@ -209,5 +210,10 @@ If this file is present, then mlmmj in case of moderation checks the envelope from, to see if the sender is a moderator, and in that case only send the moderation mails to that address. In practice this means that - a moderator sending mail to the list wont bother all the other moderators + a moderator sending mail to the list won't bother all the other moderators with his mail. + + · footer (text) + + The content of this file is appended to mail sent to the list. + diff -r 19531ac31a24 -r 26868c6aa263 contrib/web/perl-admin/conf/tunables.pl --- a/contrib/web/perl-admin/conf/tunables.pl Sun Jan 24 06:34:22 2010 +1100 +++ b/contrib/web/perl-admin/conf/tunables.pl Sun Jan 31 06:28:01 2010 +1100 @@ -1,3 +1,9 @@ +mlmmj_list("listaddress", + "List address", + "This option contains all addresses which mlmmj sees as listaddresses (see ". + "tocc below). The first one is the one used as the primary one, when mlmmj ". + "sends out mail."); + mlmmj_boolean("closedlist", "Closed list", "If the list is open or closed. If it's closed subscription ". @@ -85,6 +91,11 @@ "SMTP port", "In this file a port other than port 25 for connecting to the relayhost can be specified."); +mlmmj_string("delimiter", + "Delimiter", + "This specifies what to use as recipient delimiter for the list.". + "Default is \"+\"."); + mlmmj_boolean("notifysub", "Notify subscribers", "If this option is set, the owner(s) will get a mail with the address of someone sub/unsubscribing to a mailinglist."); @@ -120,6 +131,16 @@ "Subscribers only get", "If this option is set, retrieving old posts with +get-N is only possible for subscribers."); +mlmmj_string("verp", + "VERP", + "Enable VERP support. Anything added in this variable will be appended the ". + "MAIL FROM: line. If \"postfix\" is put in the file, it'll make postfix use ". + "VERP by adding XVERP=-= to the MAIL FROM: line."); + +mlmmj_string("maxverprecips", + "Maximum VERP recipients", + "How many recipients pr. mail delivered to the smtp server. Defaults to 100."); + mlmmj_boolean("notoccdenymails", "No To: Cc: deny mails", "This switch turns off whether mlmmj sends out notification about postings ". @@ -171,3 +192,16 @@ "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."); + +mlmmj_boolean("ifmodsendonlymodmoderate", + "If moderator send only moderator moderate", + "If this is set, then mlmmj in case of moderation checks the ". + "envelope from, to see if the sender is a moderator, and in that case ". + "only send the moderation mails to that address. In practice this means that ". + "a moderator sending mail to the list won't bother all the other moderators ". + "with his mail."); + +mlmmj_list("footer", + "Footer", + "The content of this option is appended to mail sent to the list."); + diff -r 19531ac31a24 -r 26868c6aa263 contrib/web/php-admin/conf/tunables.pl --- a/contrib/web/php-admin/conf/tunables.pl Sun Jan 24 06:34:22 2010 +1100 +++ b/contrib/web/php-admin/conf/tunables.pl Sun Jan 31 06:28:01 2010 +1100 @@ -1,3 +1,9 @@ +mlmmj_list("listaddress", + "List address", + "This option contains all addresses which mlmmj sees as listaddresses (see ". + "tocc below). The first one is the one used as the primary one, when mlmmj ". + "sends out mail."); + mlmmj_boolean("closedlist", "Closed list", "If the list is open or closed. If it's closed subscription ". @@ -85,6 +91,11 @@ "SMTP port", "In this file a port other than port 25 for connecting to the relayhost can be specified."); +mlmmj_string("delimiter", + "Delimiter", + "This specifies what to use as recipient delimiter for the list.". + "Default is '+'."); + mlmmj_boolean("notifysub", "Notify subscribers", "If this option is set, the owner(s) will get a mail with the address of someone sub/unsubscribing to a mailinglist."); @@ -120,6 +131,16 @@ "Subscribers only get", "If this option is set, retrieving old posts with +get-N is only possible for subscribers."); +mlmmj_string("verp", + "VERP", + "Enable VERP support. Anything added in this variable will be appended the ". + "MAIL FROM: line. If 'postfix' is put in the file, it'll make postfix use ". + "VERP by adding XVERP=-= to the MAIL FROM: line."); + +mlmmj_string("maxverprecips", + "Maximum VERP recipients", + "How many recipients pr. mail delivered to the smtp server. Defaults to 100."); + mlmmj_boolean("notoccdenymails", "No To: Cc: deny mails", "This switch turns off whether mlmmj sends out notification about postings ". @@ -171,3 +192,16 @@ "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."); + +mlmmj_boolean("ifmodsendonlymodmoderate", + "If moderator send only moderator moderate", + "If this is set, then mlmmj in case of moderation checks the ". + "envelope from, to see if the sender is a moderator, and in that case ". + "only send the moderation mails to that address. In practice this means that ". + "a moderator sending mail to the list won't bother all the other moderators ". + "with his mail."); + +mlmmj_list("footer", + "Footer", + "The content of this option is appended to mail sent to the list."); +