[Exim] eximstats HTML

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Steve Campbell
Data:  
Para: exim-users
CC: bmassot
Assunto: [Exim] eximstats HTML
Bernard,
    Thanks for the suggestions on improving the HTML validity. I've incorporated them into eximstats 1.26 as follows:


<nobr> tags replaced with nowrap attributes. Spot the netscape user!

DOCTYPE set to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
It seems sensible to specify the lowest possbile standard, which, with nowrap attributes, seems to be 3.2.

Content-Type set as suggested -
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">

Also in eximstats 1.26 are the following updates/fixes:

* Bug fix to allow top_n_sort() to handle null keys.
* Convert all domains and edomains to lowercase.
* Remove preceding dots from domains when using -bydomain.


You can obtain eximstats 1.26 and it's GPG signature from:
www.computurn.co.uk/exim/eximstats-1.26.src.gz
www.computurn.co.uk/exim/eximstats-1.26.src.gz.asc

$ md5 eximstats-1.26.src.gz
MD5 (eximstats-1.26.src.gz) = dd281cb0fa26c97214d5050a7c3e304a
$ cksum eximstats-1.26.src.gz
2927133350 23732 eximstats-1.26.src.gz


Steve Campbell