Xref: utzoo comp.sources.d:2385 news.software.b:1453 Path: utzoo!attcan!uunet!husc6!mailrus!ames!amdahl!rtech!bobm@rtech.UUCP From: bobm@rtech.UUCP (Bob McQueer) Newsgroups: comp.sources.d,news.software.b Subject: Re: vn question Message-ID: <2279@rtech.rtech.com> Date: 1 Jul 88 18:12:30 GMT References: <23537@teknowledge-vaxc.ARPA> Sender: news@rtech.rtech.com Lines: 26 Just made a check to see that the logic is still working as intended - it is. The options line in the .newsrc is thrown away IF you specified any command line arguments. "vn" all by itself reads the options line. The subscription marks are paid attention to for -n options obtained from the .newsrc, but not for -n options which came from the command line. The added -S option may be used on the command line to make it pay attention to subscription marks. The intent of all this was to be able to override whatever is in the .newsrc file through the command line. I normally run with no options line, and I'm subscribed to "ba.all", except for ba.test. I inserted an options line: options -xn ba.all vn by itself netted me ba. everything but ba.test. vn -n ba.all netted ba. INCLUDING ba.test. vn -Sn ba.all netted ba. except ba.test.