'Minimum number of owners for each list must satisfy the owner_domain restriction. The default of zero (0) means *all* list owners must match. Setting to 1 requires only one list owner to match owner_domain; all other owners can be from any domain. This setting can be used to ensure that there is always at least one known contact point for any mailing list.',
},
{'gettext_id'=>'Default privileges for the lists'},
'This parameter indicates whether the list should feature in the output generated in response to a LISTS command or should be shown in the list overview of the web-interface.',
'scenario'=>'visibility',
'synonym'=>{
'default'=>'conceal',# Compat. <= 6.2.40
'public'=>'noconceal',
'private'=>'conceal'
},
'default'=>'conceal',
'default'=>{'conf'=>'visibility'},
},
'owner'=>{
...
...
@@ -292,10 +291,7 @@ our %pinfo = (
'gettext_comment'=>
'This parameter specifies who can send messages to the list.',
'scenario'=>'send',
'synonym'=>{
'default'=>'private',# Compat. <= 6.2.40
},
'default'=>'private',
'default'=>{'conf'=>'send'},
},
'delivery_time'=>{
...
...
@@ -646,10 +642,7 @@ our %pinfo = (
'group'=>'command',
'gettext_id'=>"Who can view list information",
'scenario'=>'info',
'synonym'=>{
'default'=>'open',# Compat. <= 6.2.40
},
'default'=>'open',
'default'=>{'conf'=>'info'},
},
'subscribe'=>{
...
...
@@ -659,10 +652,7 @@ our %pinfo = (
'gettext_comment'=>
'The subscribe parameter defines the rules for subscribing to the list.',
'scenario'=>'subscribe',
'synonym'=>{
'default'=>'open',# Compat. <= 6.2.40
},
'default'=>'open',
'default'=>{'conf'=>'subscribe'},
},
'subscription'=>{'obsolete'=>'subscribe'},
...
...
@@ -673,10 +663,7 @@ our %pinfo = (
'gettext_comment'=>
'Privilege for adding (ADD command) a subscriber to the list',
'scenario'=>'add',
'synonym'=>{
'default'=>'owner',# Compat. <= 6.2.40
},
'default'=>'owner',
'default'=>{'conf'=>'add'},
},
'unsubscribe'=>{
...
...
@@ -686,10 +673,7 @@ our %pinfo = (
'gettext_comment'=>
'This parameter specifies the unsubscription method for the list. Use open_notify or auth_notify to allow owner notification of each unsubscribe command.',
'scenario'=>'unsubscribe',
'synonym'=>{
'default'=>'open',# Compat. <= 6.2.40
},
'default'=>'open',
'default'=>{'conf'=>'unsubscribe'},
},
'unsubscription'=>{'obsolete'=>'unsubscribe'},
...
...
@@ -698,10 +682,7 @@ our %pinfo = (
'group'=>'command',
'gettext_id'=>"Who can delete subscribers",
'scenario'=>'del',
'synonym'=>{
'default'=>'owner',# Compat. <= 6.2.40
},
'default'=>'owner',
'default'=>{'conf'=>'del'},
},
'invite'=>{
...
...
@@ -709,10 +690,7 @@ our %pinfo = (
'group'=>'command',
'gettext_id'=>"Who can invite people",
'scenario'=>'invite',
'synonym'=>{
'default'=>'private',# Compat. <= 6.2.40
},
'default'=>'private',
'default'=>{'conf'=>'invite'},
},
'remind'=>{
...
...
@@ -722,10 +700,7 @@ our %pinfo = (
'gettext_comment'=>
'This parameter specifies who is authorized to use the remind command.',
'scenario'=>'remind',
'synonym'=>{
'default'=>'owner',# Compat. <= 6.2.40
},
'default'=>'owner',
'default'=>{'conf'=>'remind'},
},
'review'=>{
...
...
@@ -735,11 +710,8 @@ our %pinfo = (
'gettext_comment'=>
'This parameter specifies who can access the list of members. Since subscriber addresses can be abused by spammers, it is strongly recommended that you only authorize owners or subscribers to access the subscriber list. ',