Re: [exim] Decode base 62 message ID

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Graeme Fowler
Data:  
Para: exim-users
Asunto: Re: [exim] Decode base 62 message ID
Hi

On Thu, 2008-05-08 at 15:10 +0200, Björn Keil wrote:
> Hello,
>
> 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

Graeme