I've been working (passively) on a project but I'm sort of stumped. I want to retrieve the headers only from a news server (NNTP) and store them in a database for later searching. I've been able to get the NNRP classes to work, but its pretty messy, and I'm not really sure I want to do it all from within PHP. I can run PHP from the command line I guess, but I still have to deal with the NNRP class. Anyone have any other thoughts on how I can get a list of headers from a server, parse them easily, and dump them to a database?