$ for i in DEVEL USERS ANNOUNCE; do echo $i:; ezmlm-list ~/$i |wc -l; done
DEVEL:
    127
USERS:
    438
ANNOUNCE:
    613

$ for i in DEVEL USERS; do echo $i:; ezmlm-list ~/$i/digest |wc -l;
done
DEVEL:
     30
USERS:
     60

In comparison:

(March 1999)
$ wc -l users.old.subs 
    354 users.old.subs 

(Oct 31  1998)
$ wc -l devel.old.subs    
    134 devel.old.subs

(Nov 16 1998)
$ wc -l announce.old.subs 
    362 announce.old.subs

There has been about 20 thousand messages posted to the devel list, 13
thousand to the users's and 190 to the announce list.

The lists (local archive) occupy a bit over 150M diskspace.

Best,

Mate

Reply via email to