[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] [ANNOUNCE] First Leafnode-2.0 beta version



On Tue, Oct 24, 2000 at 07:22:00PM +0200, Cornelius Krasel wrote:
> - The threading done by texpire is not very good.

I'm working on that. I hope to have an all new dogroup()
before the end of the week.

> If you try out Leafnode-2.0b1 and encounter any bugs, please report them
> either to me or to the list.

Is there a specific reason not to put Bytes: into the fudged
header in doxover() in fetchnews.c? Attached is a small and
untested patch to change this.

Also configutil.c currently sets filtermode to FM_XOVER but this
line:

if ( !legalheaders(h, artno) || killfilter(filter, h, artno) )

in getarticle() never checks for filtermode. Shouldn't this be

if ( !legalheaders(h, artno) || 
     (( FM_HEAD & filtermode ) ? killfilter(filter, h, artno) : 0) )

Regards,
	Jo:rg

-- 
Fortune cookie of the day:
"Say yur prayers, yuh flea-pickin' varmint!"
-- Yosemite Sam

Attachment: bin00009.bin
Description: "leafnode-2.0b1.patch.gz"