Changeset d1851ba in github for config/main.inc.php.dist


Ignore:
Timestamp:
Apr 6, 2010 2:40:45 AM (3 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ace0624
Parents:
3616845
Message:

Configurable limit of address group members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r751b22b rd1851ba  
    183183// Maximum number of recipients per message. Default: 0 (no limit) 
    184184$rcmail_config['max_recipients'] = 0;  
     185 
     186// Maximum allowednumber of members of an address group. Default: 0 (no limit) 
     187// If 'max_recipients' is set this value should be less or equal 
     188$rcmail_config['max_group_members'] = 0;  
    185189 
    186190// add this user-agent to message headers when sending 
Note: See TracChangeset for help on using the changeset viewer.