At 10/6/2004 12:51 Wednesday, Chris Barnes wrote:
>It didn't give me quite what I wanted.  I wanted a list of all the
>subscribers of the list - showing which topics they were subscribed to.
>What I wanted was:
>
>[log in to unmask]  JHG, JHB, OTHER
>[log in to unmask]        OTHER
>etc


I think what you want is

Q listname  FOR *@*

or for a parse-friendly version:

Q ***GUI*** listname  FOR *@*

(there are some anomalous output with the ***GUI*** e.g., repeated attributes).

/P
[still retired after 3 days ;-)]