Command: listdata

  Format: listdata <parameter>=<value> [...]

The "listdata" commanda allows a system administrator to adjust
synchronization information stored about the list, which is normally
maintained only by listmanager and isn't accessible from other commands,
such as the date/time a list was created.  This is intended only for use
with the results of the "config" command during list rebuilds.

The valid <parameter>/<value> pairs are as follows:

  Parameter              Value
  lastdigest             time; last date/time a digest was sent out
  lasthf                 time; last date/time headers/footers were added
                         to a distributed submission
  dignum                 number; number of submissions presently in the
                         digest
  lastrenew              time; last date/time a renewal check was done on
                         this list
  created                time; creation date/time of the list
  rebuilt                time; last date/time the list was rebuilt
  lastvalid              time; last date/time an address validation check
                         was done on the list's subscribers
  lastflush              time; last date/time the "flushqueue" command was
                         successfully performed by a list owner

A "time" is expressed as the number of seconds since the UNIX epoch,
January 1, 1970 00:00:00 UTC.  A value of "0" generally implies "never",
or that the date/time was never recorded.  The special keyword "now"
implies the current date/time.

Example:

  listdata lastdigest=851312457 lasthf=851271922 dignum=0 lastrenew=851712301
  listdata created=851312700 rebuilt=851312701 lastvalid=0

This command is only available to system administrators via the UNIX
command line interface.

See also: config memberdata select
