Q listname FOR *@*

(you can expect a large email returned)

At 04:55 10/24/2000 Tuesday, thomas stridh wrote:
 >How do I review a list by topics so that I can see which topic each
 >subscriber have and secondly how can I sort it by topics?

Hmm, perhaps iterative Queries. e.g.,

Q listname WITH TOPIC topic1 FOR *@*
Q listname WITH TOPIC topic2 FOR *@*
(...)