From d1851ba77b26683b3b3ada4e08127794519d3eb6 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 6 Apr 2010 06:40:45 +0000 Subject: Configurable limit of address group members --- config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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; -- cgit v1.2.3