From d1851ba77b26683b3b3ada4e08127794519d3eb6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 06 Apr 2010 02:40:45 -0400
Subject: [PATCH] Configurable limit of address group members

---
 config/main.inc.php.dist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 6be1f1e..6d12e60 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -183,6 +183,10 @@
 // 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;
 

--
Gitblit v1.9.1