Re: ietf-nntp New draft available

Jack Hudler <jack@itsnet.com> Mon, 01 September 1997 18:18 UTC

Received: from cnri by ietf.org id aa09306; 1 Sep 97 14:18 EDT
Received: from announcer.academ.com (majordomo@ANNOUNCER.ACADEM.COM [198.137.249.60]) by cnri.reston.va.us (8.8.5/8.7.3) with ESMTPid OAA22142 for <ietf-archive@cnri.reston.va.us>; Mon, 1 Sep 1997 14:21:24 -0400 (EDT)
Received: (from majordomo@localhost) by announcer.academ.com (8.8.5/8.8.5) id NAA20800; Mon, 1 Sep 1997 13:17:39 -0500 (CDT)
Received: from academ.com (root@ACADEM.COM [198.137.249.2]) by announcer.academ.com (8.8.5/8.8.5) with ESMTP id NAA20795 for <ietf-nntp@ANNOUNCER.ACADEM.COM>; Mon, 1 Sep 1997 13:17:37 -0500 (CDT)
Received: from scratchy.itsnet.com (root@scratchy.itsnet.com [192.41.96.2]) by academ.com (8.8.5/8.8.5) with ESMTP id NAA29294 for <ietf-nntp@academ.com>; Mon, 1 Sep 1997 13:17:36 -0500 (CDT)
Received: from crow ([192.108.102.105]) by scratchy.itsnet.com (8.8.5/8.7.3) with SMTP id MAA07017 for <ietf-nntp@academ.com>; Mon, 1 Sep 1997 12:38:15 -0600 (MDT)
Message-Id: <3.0.1.32.19970901121733.006e36a4@mail.itsnet.com>
X-Sender: jack@mail.itsnet.com
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
Date: Mon, 01 Sep 1997 12:17:33 -0600
To: ietf-nntp@academ.com
From: Jack Hudler <jack@itsnet.com>
Subject: Re: ietf-nntp New draft available
In-Reply-To: <Pine.OSF.3.96.970901011013.31378A-100000@worf.netins.net>
References: <199709010503.AAA22616@academ.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-ietf-nntp@academ.com
Precedence: bulk

At 01:11 AM 9/1/97 -0500, you wrote:
>Shouldn't there be separate sections for the BODY, HEAD and STAT
>commands even though they are similar to the ARTICLE command?

These commands are pretty similar. Even in the INN code they share
one function. In the news server I am writing, I took the cue from
INN and put these commands into one function.

-Jack