opnsense-ports/mail/sqlgrey/files/patch-sqlgrey
Franco Fichtner 451764d9d2 */*: sync with upstream
Taken from: FreeBSD
2016-01-19 08:58:36 +01: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]);
}
}