On Sun, Dec 07, 2003 at 01:35:10PM +0200, Petri Kaukasoina wrote: > Seems that his signature contains NUL characters confusing trn. Trn doesn't consider a null character to be legal in a news article, so it doesn't have any code to allow them to occur. I haven't found any definitive information on this, though. What NNTP server are you interacting with? One fix would be to fix the news server/NNTP transport layer to not try to put nulls into lines. The other possible fix would be to change trn to not use fgets() in nntp_gets(), but to instead read every character one at a time (since there is no way to know with fgets() if there were nulls read in the data). ..wayne.. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/