Aleksander Machniak
2013-03-02 4310ce6c3e64008f3586d73e437d9c95718cd07c
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) {