Hi.
I think it would be nice if we reconstructed the squid-dev archives for
the period prior to October 1999.
Attached is a small perl program to extract squid-dev articles out of
standard UNIX mailbox format files ("^From " separated, for example
Netscape or mailtool folders). I have close to 600 of the messages, but
there are lots of holes and they are not indexed in any nice manner.
How I used the program to extract squid-dev messages from my mail
folders:
mkdir -p ~/tmp/squid-dev
cd ~/tmp
find ~/nsmail -type f \! -name '.*' -print0 | \
xargs -0 perl ~/tmp/squid-dev.pl
Then mail me the output of ls in the squid-dev directory and I'll return
to you with what I need to complete the archives (in the form of a small
shell script packaging the files). My mail inbox is unfortunately quite
limited in size and is why I don't want you to sent me all the files at
once..
/Henrik
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:26 MST