Path: utzoo!utgpu!watserv1!watmath!att!news.cs.indiana.edu!julius.cs.uiuc.edu!rpi!uupsi!sunic!dkuug!rcbal!fk From: fk@rci.dk (Flemming Kraglund) Newsgroups: news.software.b Subject: Re: CNews vs. Lines Header Summary: x Message-ID: <1991Jan23.095108.2888@rci.dk> Date: 23 Jan 91 09:51:08 GMT References: Organization: RC International, Copenhagen, Denmark Lines: 31 hogan@csl.sri.com (Emmett Hogan) writes: >Hello, > I have had CNews up and running now for about a 3 weeks or so, and >I really, REALLY like it, but I have noticed one oddity, the Lines: >header is not getting insterted into the messages posted from my site. ... >Thanks in Advance, >Emmett The code which does this has been comented out, it's in the inews script, please check that it has 3 links or edit each one (~news/inews, /inews and /inject/inews). Search for lines= and you should end at this: # lines="` # sop to msb, just uncomment to use # (sed 1d $inbody; # take out the first (blank) line # if test -r $HOME/.signature; then # echo '-- ' # sed 4q $HOME/.signature # fi) | wc -l `" # echo Lines: $lines with more code following. Now remove the hatches (#) in front of these lines and you will have the Lines: added to posted news. -- Flemming Kraglund fk@rci.dk This is my OWN opinion