Changing mailbox setting for "You have to wait for 1 minute(s)"

I need to change the spam settings on emails as it's giving this message "You have to wait for 1 minute(s) before you can write another message! [Click here] to send another message." I don't want people to have to wait anyway, but this message is appearing whether it's been a minute or not, which is a bit annoying!

I've searched the forums and only found reference to editing the compose.php file (which I don't seem to have in 7.0.9) or editing it so it doesn't apply to admins. I want this not to apply for anyone on the site. Is there a place where I can change the setting from 1 minute to 0 minutes or remove the spam check altogether?

Quote · 5 Jul 2012

try in
/inc/classes   BxDolMailBox.php

~68

        // can write another message (in minuts)!
        var $iWaitMinutes  = 1;

change it to 0

Quote · 5 Jul 2012

Thank you!

Quote · 5 Jul 2012

I used Google to find this. Thanks. This was bothering me. I thought it was going to be a task!

 

Racquel

Quote · 8 Jul 2012

 

try in
/inc/classes   BxDolMailBox.php

~68

        // can write another message (in minuts)!
        var $iWaitMinutes  = 1;

change it to 0

 Thanks!

Quote · 3 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.