summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-04-06 06:40:45 +0000
committerthomascube <thomas@roundcube.net>2010-04-06 06:40:45 +0000
commitd1851ba77b26683b3b3ada4e08127794519d3eb6 (patch)
treef1f65afc90f335ca5f160c57c8313ec44413916f /config
parent3616845126d91e6bf5bf9f1c28ce73a3da6e1976 (diff)
Configurable limit of address group members
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 6be1f1e5f..6d12e6024 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -183,6 +183,10 @@ $rcmail_config['sendmail_delay'] = 0;
// Maximum number of recipients per message. Default: 0 (no limit)
$rcmail_config['max_recipients'] = 0;
+// Maximum allowednumber of members of an address group. Default: 0 (no limit)
+// If 'max_recipients' is set this value should be less or equal
+$rcmail_config['max_group_members'] = 0;
+
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/'.RCMAIL_VERSION;