List of supported "restriction" codes
-------------------------------------
The restriction criteria allows you to output just a selected subset of
your userlog, based on specified user settings (eg priv level, A flags...)

The line format for restriction values is "R" followed by the restriction
(case insensitive). Take a look in "LOGLIST.CFG" for examples of all the
restrictions.

The following are the details of all the supported restriction commands:
Remember that ALL "bits" of a flag restriction *must* be included.

For a user to be listed, ALL selected restrictions must be valid.


a) Numeric

  Name          range         description
  ----          -----         -----------
  PRIV          1 to 255      User priv level
  CALLNUM       1 to 64k      # of user logons
  UPLOADED      1 to 4Gig     bytes uploaded
  DOWNLOADED    1 to 4Gig     bytes downloaded
  NETCREDIT     1 to 64k      Netmail Credit
  NETDEBIT      1 to 64k      Netmail Debit

Supported comparisons are "<", "=" and ">". Combinations (eg ">=") are
*NOT* supported.

EG: "rpriv<100"
    "RCALLNUM>20"


b) Flag

  Name          # of bits     description
  ----          ---------     -----------
  A1                8         A1 flags
  A2                8         A2 flags
  A3                8         A3 flags
  A4                8         A4 flags
  INVISIBLE         1         Invisible flag
  KEEP              1         Keep flag
  FULL              1         Full Access Flag
  DELETED           1         Deleted Flag

Supported flag values are "X", "x", "." and "-". Any other character is
currently treated as a "-".

EG: "ra1=xxxx..--"
    "RINVISIBLE=X"

