active(5)


NAME

   active, active.times - list of active Usenet newsgroups

DESCRIPTION

   The  file /var/lib/news/active lists the newsgroups that the local site
   receives.  Each newsgroup  should  be  listed  only  once.   Each  line
   specifies  one  group; their order in the file does not matter.  Within
   each  newsgroup,  articles  are  assigned  unique  names,   which   are
   monotonically increasing numbers.

   If an article is posted to newsgroups not mentioned in this file, those
   newsgroups are ignored.  If no  valid  newsgroups  are  specified,  the
   article  is  filed  into  the newsgroup ``junk'' and only propagated to
   sites that receive the ``junk'' newsgroup.

   Each line consists of four fields specified by a space:

                  name himark lomark flags

   The first field is the name of the newsgroup.  The second field is  the
   highest article number that has been used in that newsgroup.  The third
   field is the lowest article number in the group;  this  number  is  not
   guaranteed to be accurate, and should only be taken to be a hint.  Note
   that because of  article  cancellations,  there  may  be  gaps  in  the
   numbering  sequence.   If the lowest article number is greater then the
   highest article number, then there are no articles  in  the  newsgroup.
   In  order  to  make  it  possible  to  update an entry in-place without
   rewriting the entire file, the second and third fields are  padded  out
   with leading zeros to make them a fixed width.

   The fourth field can contain one of the following flags:

          y        Local postings are allowed
          n        No local postings are allowed, only remote ones
          m        The group is moderated and all postings must be approved
          j        Articles in this group are not kept, but only passed on
          x        Articles cannot be posted to this newsgroup
          =foo.bar Articles are locally filed into the ``foo.bar'' group

   If  a newsgroup has the ``j'' flag, then no articles will be filed into
   that  newsgroup  and  local  postings  to  that  group  should  not  be
   generated.   If  an  article  for  such  a newsgroup is received from a
   remote site, it will be filed into the ``junk'' newsgroup if it is  not
   cross-posted.   This is different from not having a newsgroup listed in
   the file because sites  can  subscribe  to  ``j''  newsgroups  and  the
   article will be propagated to them.

   If  the fourth field of a newsgroup starts with an equal sign, then the
   newsgroup is an alias.  Articles can be posted to the group,  but  will
   be  treated  as  if they were posted to the group named after the equal
   sign.  The  second  and  third  fields  are  ignored.   Note  that  the
   Newsgroup  header  is  not  modified  (Alias  groups are typically used
   during a transition, and are typically created  with  ctlinnd(8)).   An
   alias newsgroup should not point to another alias.

   The  file /var/lib/news/active.times provides a chronological record of
   when newsgroups are created.  This file is normally updated by  innd(8)
   whenever  a ctlinnd ``newgroup'' command is done.  Each line consist of
   three fields:

          name time creator

   The first field is the name of the newsgroup.  The second field is  the
   time it was created, expressed as the number of seconds since the epoch
   --- i.e.,  a  time_t;  see  gettimeofday(2).   The  third  field  is  the
   electronic mail address of the person who created the group.

HISTORY

   Written  by  Rich  $alz <rsalz@uunet.uu.net> for InterNetNews.  This is
   revision 1.13, dated 1996/10/29.

SEE ALSO

   ctlinnd(8), innd(8).

                                                                 ACTIVE(5)


More Linux Commands

manpages/resizeterm_sp.3ncurses.html
resizeterm_sp(3ncurses) - curses screen-pointer extension...
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/vgextend.8.html
vgextend(8) - add physical volumes to a volume group........
vgextend allows you to add one or more initialized physical volumes (see pvcreate(8)) to an existing volume group to extend it in size. Moreover, it allows you

manpages/arch_prctl.2.html
arch_prctl(2) - set architecture-specific thread state......
The arch_prctl() function sets architecture-specific process or thread state. code selects a subfunction and passes argument addr to it; addr is interpreted as

manpages/pmap_set.3.html
pmap_set(3) - library routines for remote procedure calls...
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/XkbAddGeomRow.3.html
XkbAddGeomRow(3) - Add a row to a section - Linux man page
XkbAddGeomRow.3 - Xkb provides functions to add a single new element to the top-level keyboard geometry. In each case the num_ * fields of the corresponding str

manpages/nan.3.html
nan(3) - return 'Not a Number' (Library - Linux man page)...
These functions return a representation (determined by tagp) of a quiet NaN. If the implementation does not support quiet NaNs, these functions return zero. The

manpages/pam.d.5.html
pam.d(5) - PAM configuration files - Linux manual page......
When a PAM aware privilege granting application is started, it activates its attachment to the PAM-API. This activation performs a number of tasks, the most imp

manpages/Tcl_AppendExportList.3.html
Tcl_AppendExportList(3) - manipulate namespaces (Man Page)
Namespaces are hierarchic naming contexts that can contain commands and variables. They also maintain a list of patterns that describes what commands are export

manpages/perl5200delta.1.html
perl5200delta(1) what is new for perl v5.20.0 (Man Page)....
This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read p

manpages/putgrent.3.html
putgrent(3) - write a group database entry to a file........
The putgrent() function is the counterpart for fgetgrent(3). The function writes the content of the provided struct group into the file pointed to by fp. The li

manpages/clamav-milter.8.html
clamav-milter(8) - milter compatible mail scanner (ManPage)
Clamav-milter is a filter for sendmail(1) mail server. It uses a mail scanning engine built into clamd(8). Clamav-milter can use load balancing and fault tolera

manpages/inw_p.2.html
inw_p(2) - port I/O (System calls - Linux man page).........
This family of functions is used to do low-level port input and output. The out* functions do port output, the in* functions do port input; the b-suffix functio





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