Bug Fixes for inn221

Katsuhiro Kondou kondou at nec.co.jp
Tue Oct 26 12:34:07 UTC 1999


In article <Pine.OSF.4.10.9910261831210.26090-100000 at bunyip.cc.uq.edu.au>,
	David Shrimpton <shrimpto at its.uq.edu.au> wrote;

} 1. Bug in errmsg subroutine in pgpverify which causes pgpverifies 
} to be syslogged with undefined facility.
} 
} Line 355 
} 
}       ($facility, $level) = ($syslog =~ /^(w+)\.(\w+)$/);
} 
} should be
} 
}       ($facility, $level) = ($syslog =~ /^(\w+)\.(\w+)$/);

Just fixed.

} 2. Bug in innconfval.c which causes 
:
} This can be fixed by #include "config.h" in innconfval.c  which defines 
} LOG_INN_PROG.

I don't think this happens, since configdata.h which is
included in innconfval.c includes config.h.

} 3. Bug in batcher.c which causes  
:
} Fix is to openlog before ReadInnConf and closelog after eg.

Just fixed.

} 4.  This is a long story.  This dropped lines bug has been present 
}     since inn172 at least and we have previously advised about it but it is 
}     still present.  I've thrown in  a fix for the -a switch which sends 
}     one less article than it should and some more precise calculations 
}     for ending batches.  There is also a potential problem with
}     one line input files.

Batcher is fixed after 2.2.1.  Can you examine the latest
STABLE snapshot?

Thank you.
-- 
Katsuhiro Kondou


More information about the inn-bugs mailing list