[Coco] Retiring mailing list on January 1, 2026

Barry Nelson barry.nelson at amobiledevice.com
Mon Sep 29 02:10:30 EDT 2025


I wrote this shell script that will download the entire CoCo mailing 
list archive in a monthly gzipped text format. It's currently 71Mb.

#!/bin/sh

wget 'https://pairlist5.pair.net/pipermail/coco/'
for file in `fgrep "Gzip'd Text" index.html | cut -d'"' -f2`
do
         wget "https://pairlist5.pair.net/pipermail/coco/$file"
done


More information about the Coco mailing list