LWN: Comments on "Creating an email archive with public-inbox" https://lwn.net/Articles/748184/ This is a special feed containing comments posted to the individual LWN article titled "Creating an email archive with public-inbox". en-us Sat, 18 Oct 2025 00:53:26 +0000 Sat, 18 Oct 2025 00:53:26 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net mail-archive.com is a mostly viable alternative https://lwn.net/Articles/765554/ https://lwn.net/Articles/765554/ aspiers <div class="FormattedComment"> I just wrote and published a quick and dirty Python script for converting broken gmane links into public-inbox.org links based on Message-ID:<br> <p> <a href="https://github.com/aspiers/list-utils/blob/master/rescue-gmane-URL.py">https://github.com/aspiers/list-utils/blob/master/rescue-...</a><br> <p> If you have ideas to improve it, feel free to submit issues, or even better, pull requests.<br> </div> Wed, 19 Sep 2018 14:49:26 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748503/ https://lwn.net/Articles/748503/ marcH <div class="FormattedComment"> <a href="https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/">https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/</a><br> <font class="QuotedText">&gt; I’m open to ideas here. If somebody else wants to take over the concept, I can FedEx you a disk containing the archive (as an NNTP spool). I’ve written a lot of software for Gmane, but it’s all quite site specific and un-documented. And the web interface was written in, like, 2004, so it’s way way way un-Web 2.0-ey and shiny. You’re probably better off implementing this stuff from scratch.</font><br> <p> Yet another proof of concept which turned into a mission-critical product :-(<br> <p> Can't wait for those self-driving cars ;-)<br> <p> </div> Sun, 04 Mar 2018 20:37:06 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748501/ https://lwn.net/Articles/748501/ jrn <div class="FormattedComment"> The Git project (<a href="https://public-inbox.org/git/">https://public-inbox.org/git/</a>) has been making heavy use of public-inbox links since it was first created. Some nice features:<br> - URLs contain the message-id, making it easy to migrate to another service if public-inbox goes away<br> - Easy to download an mbox with a collection of messages, like download.gmane.org provided<br> - Fast search, both online (<a href="https://public-inbox.org/meta/_/text/help/">https://public-inbox.org/meta/_/text/help/</a>) and using git commands offline<br> - The web UI includes instructions for replying to a message using various mail clients<br> - Mirroring (either publicly or locally) is straightforward<br> - No ads<br> <p> If someone makes a nice UI like gmane's framed one on top of this foundation then that would be amazing.<br> </div> Sun, 04 Mar 2018 20:24:14 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748493/ https://lwn.net/Articles/748493/ marcH <div class="FormattedComment"> <font class="QuotedText">&gt; Instead, it is a tool allowing people to follow (and participate in) mailing lists without the hassle of actually subscribing to them.</font><br> <p> The main problem with subscribing to a mailing-list is more than just a "hassle": subscribing only gets you *future* messages.<br> <p> </div> Sun, 04 Mar 2018 07:28:14 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748457/ https://lwn.net/Articles/748457/ darwish <div class="FormattedComment"> Unfortunately their UI is nothing in comparison to GMane threaded web interface :-(<br> <p> Why the Linux Foundation decided not to revive GMane instead? Jon mentioned on G+ that they did not want to go that way ...<br> <p> </div> Sat, 03 Mar 2018 06:25:37 +0000 mail-archive.com is a mostly viable alternative https://lwn.net/Articles/748453/ https://lwn.net/Articles/748453/ pabs <div class="FormattedComment"> BTW, Wikipedia has a list of Message-ID redirectors:<br> <p> <a href="https://en.wikipedia.org/wiki/Message-ID">https://en.wikipedia.org/wiki/Message-ID</a><br> <p> If you know of any more, please add them.<br> </div> Sat, 03 Mar 2018 01:01:44 +0000 mail-archive.com is a mostly viable alternative https://lwn.net/Articles/748401/ https://lwn.net/Articles/748401/ lacos <div class="FormattedComment"> The original threaded / "framed" webui of GMANE remains irreplaceable, IMO. The second best choice I've found thus far is mail-archive.com. While it lacks the frames of GMANE (i.e. it doesn't provide a separate frame for the threaded subject lines and for the message body of the currently high-lit subject line), it does offer the following:<br> <p> - threaded display of the discussion (i.e. subject lines) at the bottom of the screen, below the full message<br> - threads tracked &amp; linked together across month boundaries<br> - support for Message-ID based URL format: &lt;<a href="http://mid.mail-archive.com/151864824792.12702.1556511371459552160@sif">http://mid.mail-archive.com/151864824792.12702.1556511371...</a>&gt;. Once the lookup completes, the browser is redirected to a mail-archive.com "native" URL, and the user will be placed into the right context within the thread.<br> - mail-archive.com handles cross-posted messages well<br> - it's not difficult to subscribe mail-archive.com to another list; it's well documented in their FAQ<br> <p> Over the years of using GMANE, I had become complacent with its top-notch service and stability, and ended up pasting the GMANE-native URLs everywhere. Those are precisely the links that broke all over the net when Lars pulled the plug; as Jonathan writes. It taught me a good lesson: even though I could now paste URLs everywhere that are "native" to mail-archive.com, I only use the Message-ID-based format. If mail-archive.com ever goes down, those links will remain usable: people can just scavenge the Message-IDs from the links, and search other archives for them.<br> <p> Another advantage of the msgid-based links is that I can compose them before mail-archive.com actually receives &amp; indexes the message. I can look at the msgid of the email that I just sent with Thunderbird or git-send-email, compose the link and paste it in a bugzilla comment, for example. The link might not work for the next hour or so, but in time it will start working.<br> <p> Not trying to detract the "public-inbox" project, of course (this is the first time I read about it); just saying that the demise of GMANE hurt a lot and that mail-archive.com has proved a close second. I'm unsure about NNTP (I haven't used NNTP in quite a few years).<br> </div> Fri, 02 Mar 2018 09:35:35 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748329/ https://lwn.net/Articles/748329/ lamby <div class="FormattedComment"> Somewhat ironic to read this on "Mailman day"... <br> </div> Thu, 01 Mar 2018 12:45:37 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748314/ https://lwn.net/Articles/748314/ songmaster <div class="FormattedComment"> Ditto on the use of Mhonarc. By generating an index as a PHP file I recently created full-text RSS feeds for my lists, so it’s pretty flexible and still seems to work pretty well.<br> </div> Thu, 01 Mar 2018 05:02:49 +0000 Creating an email archive with public-inbox https://lwn.net/Articles/748307/ https://lwn.net/Articles/748307/ xanni <div class="FormattedComment"> I'm still using mhonarc for my mailing lists, but I think that's not getting a lot of updates these days either.<br> </div> Thu, 01 Mar 2018 00:17:04 +0000