ports/mail/sqlgrey/files/patch-sqlgrey
2016-01-18 19:48:35 +00:00

11 lines
319 B
Text

--- 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]);
}
}