added an option to limit message restores

This commit is contained in:
SJ
2015-07-28 22:10:50 +02:00
parent 8bde6d145a
commit c95e1b23e7
12 changed files with 30 additions and 7 deletions

View File

@ -159,6 +159,7 @@ $config['RESTRICTED_AUDITOR'] = 0;
$config['SHOW_ENVELOPE_JOURNAL'] = 0;
$config['BULK_DOWNLOAD_FOR_USERS'] = 1;
$config['MAX_DOWNLOAD_PER_HOUR'] = 0;
$config['MAX_RESTORE_PER_HOUR'] = 0;
$config['MAX_CGI_FROM_SUBJ_LEN'] = 34;
$config['PAGE_LEN'] = 20;