rnews(1)


NAME

   rnews - receive news from a UUCP connection

SYNOPSIS

   rnews [ -h host ] [ -v ] [ -U ] [ -N ] [ -S master ] [ input ]

DESCRIPTION

   Rnews reads messages typically queued by a UUCP newsfeed and sends them
   to the local  InterNetNews  server.   The  message  is  read  from  the
   specified input file, or standard input if no input is named.

   When  sent  over UUCP, Usenet articles are typically joined in a single
   batch to reduce the UUCP overhead.  Batches can also be compressed,  to
   reduce  the  communication  time.   If  a message does not start with a
   number sign (``#'') and an exclamation point, then the entire input  is
   taken  as  a single news article.  If it does start with with those two
   characters, then the first line is read  and  interpreted  as  a  batch
   command.

   If the command is ``#! rnews nnn'' where nnn is a number, then the next
   nnn bytes (starting with the next line) are read as a news article.

   If the command is ``#! cunbatch'' then the rest of input is fed to  the
   compress(1)  program  with  the  ``-d''  flag to uncompress it, and the
   output of this pipe is read as rnews's input.  This is  for  historical
   compatibility --- there is no program named cunbatch.  A compressed batch
   will start with a ``#!  cunbatch''  line,  then  contain  a  series  of
   articles separated by ``#! rnews nnn'' lines.

   If  the  command  is  any  other word, then rnews will try to execute a
   program with that name in the directory /usr/lib/news/rnews.  The batch
   will  be fed into the program's standard input, and the standard output
   will be read back as input into rnews.

   If rnews detects any problems with an article such as a missing header,
   or  an unintelligible reply from the server, it will save a copy of the
   article in the /var/spool/news/in.coming/bad directory.

OPTIONS

   -S     If the ``-S'' flag is used,  then  rnews  will  connect  to  the
          specified host.  If the flag is not used, it will try to connect
          to the server by opening a Unix-domain  stream  connection.   If
          that  fails, it will try to open a TCP connection to the default
          remote server.

   -U     If the server is not available, the message is  spooled  into  a
          new  file  created  in  the /var/spool/news/in.coming directory.
          The ``-U'' flag may be used to send all spooled messages to  the
          server  once  it  becomes  available  again,  and can be invoked
          regularly by cron(8).

   -N     Normally, if unpacking the  input  fails  it  is  re-spooled  to
          /var/spool/news/in.coming  for  another  attempt  later.  If the
          ``-N'' flag is used then no such re-spooling is done  and  rnews
          exits with status value ``9'' to indicate this.

   -v     If the ``-v'' flag is used, it will print a notice of all errors
          on the standard error, naming the  input  file  (if  known)  and
          printing  the  first  few  characters  of the input.  Errors are
          always logged through syslog(3).

   -h     If the ``-h'' flag is given, or  failing  that,  the  enviroment
          variable  UU_MACHINE is set, then rnews will log the Message-ID,
          and host, for each article offered to the server via  syslog(3).
          Logging will only be done if the value is not an empty string.

BUGS

   Rnews cannot process articles that have embedded \0's in them.

HISTORY

   Written  by  Rich  $alz <rsalz@uunet.uu.net> for InterNetNews.  This is
   revision 1.23, dated 1996/11/08.

SEE ALSO

   innd(8).

                                                                  RNEWS(1)


More Linux Commands

manpages/glGet.3gl.html
glGet(3gl) - return the value or values of a selected parame
These four commands return values for simple state variables in GL. pname is a symbolic constant indicating the state variable to be returned, and params is a p

manpages/chk_cyrus.8.html
chk_cyrus(8) - perform a consistency check of the cyrus mail
Chk_cyrus is used to perform a consistency check on the cyrus datastore, and output a list of files/directories that are expected to exist, but do not. Status m

manpages/tcl_nonwordchars.n.html
tcl_nonwordchars(n) Variables used by Tcl __________________
The following global variables are created and managed automatically by the Tcl library. Except where noted below, these variables should normally be treated as

manpages/XkbSelectEvents.3.html
XkbSelectEvents(3) - Selects and / or deselects for delivery
XkbSelectEvents.3 - Xkb events are selected using an event mask, much the same as normal core X events are selected. However, unlike selecting core X events, wh

manpages/gcvt.3.html
gcvt(3) - convert a floating-point number to a string.......
The gcvt() function converts number to a minimal length null-terminated ASCII string and stores the result in buf. It produces ndigit significant digits in eith

manpages/Tcl_ChannelTruncateProc.3.html
Tcl_ChannelTruncateProc(3) - procedures for creating and man
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for

manpages/fbset.8.html
fbset(8) - show and modify frame buffer device settings.....
fbset is a system utility to show or change the settings of the frame buffer device. The frame buffer device provides a simple and unique interface to access di

manpages/policytool.1.html
policytool(1) - PolicyTool Administration GUI Utility.......
policytool is a GUI that allows users to create and manage policy files. For details, see the Policytool Users Guide @ http://java.sun.com/javase/6/docs/technot

manpages/gnutls_x509_crq_set_subject_alt_name.3.html
gnutls_x509_crq_set_subject_alt_name(3) - API function......
gnutls_x509_crq_set_subject_alt_name.3 - This function will set the subject alternative name certificate extension. It can set the following types: RETURNS On s

manpages/XPolygonRegion.3.html
XPolygonRegion(3) - generate regions - Linux manual page....
The XPolygonRegion function returns a region for the polygon defined by the points array. For an explanation of fill_rule, see XCreateGC. The XClipBox function

manpages/wcscat.3.html
wcscat(3) - concatenate two wide-character strings (ManPage)
The wcscat() function is the wide-character equivalent of the strcat(3) function. It copies the wide-character string pointed to by src, including the terminati

manpages/gnutls_x509_crq_get_dn.3.html
gnutls_x509_crq_get_dn(3) - API function - Linux man page...
This function will copy the name of the Certificate request subject to the provided buffer. The name will be in the form C=xxxx,O=yyyy,CN=zzzz as described in R





We can't live, work or learn in freedom unless the software we use is free.