logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

touch_newsgroup - force leafnode to continue reading low-traffic newsgroups

Author

       Copyright 1999 Jim Nicholson <j.nicholson@computer.org>

Bugs

       dies if it encounters any problems.

Description

touch_newsgroup  is  a  Perl  script  which  reads  the  last  article in the specified newsgroups on the
       specified using NNTP.

       This prevents leafnode or similar news-servers from marking those newsgroups as inactive  because  no-one
       is reading them.

       Perl  and the Net::NNTP module are required to use this program.  On Debian systems these are avalible in
       the perl5 and libnet-perl packages.

Environment

       Requires Net::NNTP module (available in libnet from CPAN or the libnet-perl package).  On Debian systems,
       this   program   will   by   default   be   run   daily   on   the   list   of  newsgroups  specified  in
       /etc/news/leafnode/touch_groups if that file exists.

Limitations

       Only one news-server is catered for, the IP address of which is hard-wired into the script as $nntp_host.

Name

       touch_newsgroup - force leafnode to continue reading low-traffic newsgroups

Options

-fgroupsfile
              Read newsgroup names from groupsfile in addition to any specified on command line.  Use  -f-  to
              read from stdin.

       -hhostname
              Read newsgroups on host hostname (default 127.0.0.1)

       -v     Be verbose.  Prints the number of the article it reads from each newsgroup.

       newsgroups
              names of newsgroups to read.  May be omitted if a groupsfile is specified.

See Also

leafnode(8)

                                                  18 June 1999                                touch_newsgroup(1)

Synopsis

touch_newsgroup[-fgroupsfile][-hhostname][-v][newsgroups]

See Also