diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-02 13:53:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-02 13:53:39 +0000 |
| commit | dd55a7ef7a25ca311b752d27f42ecf9323dc1394 (patch) | |
| tree | c0e9cdfc43623c2dfab5acd752851fbf63a3bf51 /roundcubemail/config | |
| parent | 1de364d6d88048c539ac624b5eecd0bcb0377eed (diff) | |
- Added optional (max_recipients) support to restrict total number of recipients per message (#1484542)
git-svn-id: https://svn.roundcube.net/trunk@3468 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 75110e45a..6be1f1e5f 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -180,6 +180,9 @@ $rcmail_config['password_charset'] = 'ISO-8859-1'; // How many seconds must pass between emails sent by a user $rcmail_config['sendmail_delay'] = 0; +// Maximum number of recipients per message. Default: 0 (no limit) +$rcmail_config['max_recipients'] = 0; + // add this user-agent to message headers when sending $rcmail_config['useragent'] = 'RoundCube Webmail/'.RCMAIL_VERSION; |
