summaryrefslogtreecommitdiff
path: root/mail/sqlgrey/files/patch-sqlgrey
blob: 8de4190d0b4b6ec9f577fd2092e1f87b51d4f342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sqlgrey.orig	2012-02-13 16:54:08 UTC
+++ sqlgrey
@@ -1037,7 +1037,7 @@ sub ipv6_smart($) {
         return join(":", (split(/:/, $addr))[0..3]);
     } else {
         ## For Non-EUI64 or Non-Global-Unicast return the address
-        return $addr;
+        return join(":", (split(/:/, $addr))[0..3]);
     }
 }