Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!leah!rpi!crdgw1!ge-dab!peora!tarpit!rd From: rd@tarpit.uucp (Bob Thrush) Newsgroups: news.software.b Subject: C News missing Lines: header Message-ID: <1989Jul20.054808.8724@tarpit.uucp> Date: 20 Jul 89 05:48:08 GMT Reply-To: rd@tarpit.UUCP (Bob Thrush) Organization: Automation Intelligence,Inc; Orlando,FL Lines: 22 I have noticed that all the active articles posted from C News systems have a "Lines:" header (except for the first few I did :-<). Yet the source distribution has the pertinent code in relay/sh/inews commented out. In fact, it appears that code (when uncommented) calculates one line too many. Has everybody quietly added the Lines: header to C News? (Even Henry's postings have Lines.) For what it's worth, here's how I mangled the commented code: TLINES="` if test -r $HOME/.signature; then (cat $inbody; echo '-- '; sed 4q $HOME/.signature) | wc -l else wc -l <$inbody fi `" echo "Lines: `expr $TLINES - 1`" -- Bob Thrush UUCP: {ucf-cs,rtmvax}!tarpit!rd Automation Intelligence, 1200 W. Colonial Drive, Orlando, Florida 32804