On Tue, Jan 17, 2012 at 6:27 AM, gpeel <[email protected]> wrote:
> Nice Job Max, thanks a million!
>
> I will submit to Jamie (hint,hint) and perhaps he will repackage the version
> on the webmin site with your new (and improved) Message.pl
>
> Dare I ask what part of the code was broken?

return $$self{gmt} = gmtime base62_to_decimal ($$self{uli});

became

return $$self{gmt} = gmtime base62_to_decimal (substr($$self{uli}, 0, 6));

which strips everything after the 6th character.

...Todd
-- 
SOPA: Any attempt to [use legal means to] reverse technological
advances is doomed.  --Leo Leporte

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to