Bug 8019

Summary: nnrpd newnews command broken in inn-2.2.1 rpm
Product: [Retired] Red Hat Linux Reporter: criege
Component: innAssignee: Cristian Gafton <gafton>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-18 13:43:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch file for inn-2.2.1/nnrpd/newnews.c, fix missing ">" bug none

Description criege 1999-12-27 22:55:03 UTC
When submitting a "newnews" command to the 'nnrpd' server, the list of
returned message-id's is broken, i.e. the closing ">" sign is missing.
Transcript of a session:

$ telnet localhost nntp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
200 localhost InterNetNews server INN 2.2.1 25-Aug-1999 ready
mode reader
200 localhost InterNetNews NNRP server INN 2.2.1 25-Aug-1999 ready (posting
ok).
newnews localhost.test 19991227 000000
230 New news follows
<848lur$3hh$1@localhost
<848mss$3lc$1@localhost
<848pvp$3rv$1@localhost
.
quit
205 .
Connection closed by foreign host.
$

Comment 1 criege 1999-12-27 23:19:59 UTC
Created attachment 46 [details]
Patch file for inn-2.2.1/nnrpd/newnews.c, fix missing ">" bug

Comment 2 criege 1999-12-27 23:24:59 UTC
The attached file 'newnews.patch' fixes this bug; it's also fixed in the 2.2.2
release of 'inn' by the ISC and marked accordingly in the ChangeLog for 2.2.2.