Aleksander Machniak
2013-02-01 1f910cb50dcb12e84d92db4d61dcd8dbb0f0c5b6
program/lib/Roundcube/rcube_utils.php
@@ -156,7 +156,7 @@
    {
        // IPv6, but there's no build-in IPv6 support
        if (strpos($ip, ':') !== false && !defined('AF_INET6')) {
            $parts = explode(':', $domain_part);
            $parts = explode(':', $ip);
            $count = count($parts);
            if ($count > 8 || $count < 2) {