>On the LSVSORT issue:  the list MUST be sorted after  a new subscriber is
>added, otherwise you may have distribution problems.
 
Um, minor point, since you are always adding one entry to a sorted
list, you are just doing an insert instead of a real sort, right?