Re: [Noffle-devel] Newsgroup line missing
Brought to you by:
bears
From: Mirko L. <mir...@we...> - 2002-03-13 01:32:08
|
Mardy wrote: [..bogus headers in online mode..] > I suspect that slrn caches some info... No, it's a bug of noffle/src/server.c:doArtInDb(). That procedure prints the headers of an article ( doHeadInDb() ) _before_ evt. retrieving and printing the body ( doBodyInDb() ). You can easily check this for yourself by using the debug mode of slrn: slrn --nntp --debug logfile regards, Mirko |