-----Original Message----- From: Chris McDonough [mailto:chrism@digicool.com] Sent: Wednesday, February 09, 2000 5:03 AM To: Ragnar Beer Cc: zope@zope.org Subject: Re: [Zope] Parents solution
Just as I thought: it was a retrieval problem. I wish I could get all the List archives (with threads) into one file, too. There's such a lot of Information out there...
You can. Download all the [Archives] from http://www.zope.org/Resources/MailingLists
I try to keep a local copy of all the mailing list posts on my hard disk. When I have a problem with syntax, generally, I just grep the local copy for what I'm looking for.
Can we have a news interface to the zope lists? I have several mailman lists as part of my site. I gateway them quite successfully using mailman to an exchange public folder which is acting as a nntp news group. Then I have the entire list available as a news group. People don't even need to be subscribed to the mailing list. I imagine setting up a nntp server at zope.org or somewhere else would not be too hard and it would provide a much more manageable interface to the list than digests or individual mails. I'd much prefer a proper threading mailreader to digests anyday!!! The only problem would be putting the previous year or two's mail into the mailing list. I'm sure some python hacker can work that out without too much difficulty. My next step with my lists is to provide a web interface to my outlook public folder. I'm going to do this by hacking worldpilot or notmail and access the list via imap. Has anyone already done this or even a web interface to nntp?