Re: [exim] Decode base 62 message ID

Top Page
Delete this message
Reply to this message
Author: Björn Keil
Date:  
To: exim-users
Subject: Re: [exim] Decode base 62 message ID
Am Donnerstag, den 08.05.2008, 14:27 +0100 schrieb Graeme Fowler:

> > I am trying to find a way to decode the base 62 encoding used for the
> > date in the message ID. I've written a little python program, but the
> > results don't seem quite right:
>
> I know it's in Perl, but this might help:
>
> perl -e "use Data::ID::Exim; print scalar
> localtime(Data::ID::Exim::read_base62('1Ju5ft'));"
>
> Thu May 8 13:56:41 2008

Thank you.
I am alergic to perl and never learned it so far (even though I use perl
regular expressions a lot).
But this library may prove helpful.