💾 Archived View for rawtext.club › ~sloum › geminilist › 004784.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
nothien at uber.space nothien at uber.space
Fri Jan 8 16:08:50 GMT 2021
- - - - - - - - - - - - - - - - - - -
nothien at uber.space wrote:
```
$ mlist us/list/gemini | mseq -S
$ mhdr -h To:Cc -A : |
sed -e 's/^.* <\(.*\)>$/\1/' -e 's/^\(.*\)@\(.*\)$/\2 \1/' |
sort -u |
awk 'BEG{p="";c=0}{if(p==$1){c++}else{if (length(p))print c,p;p=$1;c=1}}END{print c,p}' |
sort -nr
...
```
Whoops, missed "From" (thus missing mails never replied to). Adding itin, we get: