<-- back to the mailing list

Message boards via e-mail, not Gemini

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: