Re: [Exim] Errors in eximstats - numbers too large for volum…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nigel Metheringham
Data:  
Para: IMCEAEX-+DF+06+01
CC: exim-users
Assunto: Re: [Exim] Errors in eximstats - numbers too large for volumes per host
EXIMUsers@??? said:
> This looks like something is using a signed 32-bit integer that cannot
> handle the size. Is there a way to force it to use an unsigned
> integer?


Not really - its all perl, there might be a perl pragma affecting this
but I don't know about it. In any case you are on the edge (or
possibly past the edge) of a complete overflow, so going unsigned only
gains you a little bit.

eximstats needs a rewrite, and that would need to either include moving
to a bignum format of some type or just logging kilobytes (which gives
you 10 bits more - still a hack, but one that buys a reasonable amount
of time).

    Nigel.


-- 
[ Nigel Metheringham           Nigel.Metheringham@??? ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]
[ - Comments in this message are my own and not ITO opinion/policy - ]