As of 31/12/2007, the anonymized html archive of the Ocaml Beginners' Mailing List is available in .tar.bz2 form, as a folder with all messages exchanged in the ML so far, grouped by year. If you can host it in extended form, that would be great (and remember to tell the list!): I am not doing so just because I don't have enough web space for all my interests... Bye! One of the mantainers of the Ocaml Beginner's Mailing List (E.T.) PS1: I've been stripping the domain names from the e-mails using the following sed commands: sed 's/\([-_\+\.0-9a-zA-Z]*@\)[-_\.0-9a-zA-Z]*/\1.../g' sed 's/\([-_\+\.0-9a-zA-Z]*%40\)[-_\.0-9a-zA-Z]*/\1.../g' and I've been checking the results quickly with grep -rE "@[0-9a-zA-Z]+" * grep -rE "%40[0-9a-zA-Z]+" * If you detect any domain name left over, please tell the list, I'll strip it away.