Path: utzoo!utstat!news-server.csri.toronto.edu!math.lsa.umich.edu!caen!uakari.primate.wisc.edu!samsung!cs.utexas.edu!helios!bcm!lib!sob From: sob@lib.tmc.edu (Stan Barber) Newsgroups: news.software.nntp Subject: Re: Known problems with the 1.5.10 release Message-ID: <4101@lib.tmc.edu> Date: 13 Sep 90 02:36:26 GMT References: <4094@lib.tmc.edu> Organization: Texas Medical Center, Houston Lines: 10 The problem with SETPROCTITLE is that it does the environmental save too early. This means that the environment is saved before the code used when POSTER is defined. Therefore anything spawned will run as the wrong user. If you don't define SETPROCTITLE, this doesn't happen. And things work as I had intended. SETPROCTITLE is NOT necessary for NNTP to work properly. It was just a neat way to monitor using ps where NNTP connections were coming from.