From acb08f517d22a6acd9525ced7ea3fcc2e80d29f0 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 15 Sep 2008 02:53:18 -0400 Subject: [PATCH] - Added 'sendmail_delay' option to restrict messages sending interval (#1484491) --- config/main.inc.php.dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index fcf7e8f..ffa2d06 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -107,6 +107,9 @@ // Log sent messages $rcmail_config['smtp_log'] = TRUE; +// how many seconds must pass between emails sent by a user +$rcmail_config['sendmail_delay'] = 0; + // these cols are shown in the message list // available cols are: subject, from, to, cc, replyto, date, size, encoding, flag $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag'); -- Gitblit v1.9.1