💾 Archived View for bbs.geminispace.org › u › Acidus › 6253 captured on 2023-12-28 at 17:43:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-14)

➡️ Next capture (2024-02-05)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🧇 Acidus

Re: " gemi.dev/gemlog/2023-10-15-numbering-madness.gmi Could..."

In: u/Acidus

Sorry for not being more clear. Threading is not the problem. I'm using Message-Id, In-Reply-To, and References headers to build the threads. I'm also using JWZ's threading algorithm from Netscape, which handles threading when those headers are missing/wrong, as is the case for a lot of threads in the mailing list

The problem is linking the "message number" (aka. the 6 digit number used as the HTML filename) that Orbital Fox assigned to each message in the mailing list for the HTML interface with the message content that is in the mbox files.

🧇 Acidus

Oct 16 · 2 months ago

1 Later Comment

☕️ mozz · Oct 16 at 02:58:

Check the source code :)

— https://github.com/Koumbit/mailman2/blob/437d44b2258726fe150308d5fe5686f34c70d069/Mailman/Archiver/pipermail.py#L582

Looks like the index is a "sequence" number, and the missing numbers are emails that were discarded by the mail server (detected as spam or otherwise thrown away).

Seems like you could probably:

1. Pull all of the sequence numbers from the wayback archive yearly pages (sorted by date).

2. Sort the emails in your mailbox by UTC date.

3. Line up the numbers with the emails.

Original Post

🧇 Acidus

— gemi.dev/gemlog/2023-10-15-numbering-madness.gmi

Could definitely use help on trying to recovery the numbering scheme used by messages on the Gemini Mailing List. It should be easy, but I can't crack it. More details here:

💬 4 comments · Oct 15 · 2 months ago