Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!linac!att!ucbvax!THUMPER.BELLCORE.COM!nsb From: nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Re: CUI 'take' Message-ID: Date: 20 May 91 14:25:32 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 The takehints command was optimized for the multi-bboard-server case. Thus the only selectivity you can do is whether to take ALL hints or only those dropped by this bboard-server machine. Without modifying the code, you might be able to get the effect you desire by running your local & external stuff on different servers, and only taking the hints from the current machine. Beyond that, it's a simple matter of code -- see MS_TakeHints in ams/libs/ms/rawdb.c....