At 07:11 PM 4/18/01 -0800, you wrote:
>I have taken over a server which is currently configured (by the me feed)
>to reject all of the alt.* hierarchy. We now wish to import a
>sub-hierarchy - ie import alt.something.* but reject all other alt.* posts.
>I cannot see an easy way to do this with the groups command.
>Is there an easy way?
site me
groups alt.something.*
Or a more complex example, say you wanted all other hierachies as well
everything but alt.* but you do want alt.something.*, then
site me
groups *,!alt.*,alt.something.*
ChrisP.