https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6362
--- Comment #12 from Mark Martinec <[email protected]> 2010-03-05 17:00:12 UTC --- Btw, before going to sleep last night I started worrying what happens with values (or IPv4 addresses) beyond 128.0.0.0, i.e. signed integer overflow. I tested it today, seems that both the unpack with "N", and the hex() do the right thing even on 32-bit integer perls, and return unsigned 32-bit integers, so this works correctly on all hosts that I tried. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
