program/include/rcmail.php @@ -596,6 +596,8 @@ // try to log in if (!$storage->connect($host, $username, $pass, $port, $ssl)) { // Wait a second to slow down brute-force attacks (#1490549) sleep(1); return false; }