Command: members

  Format: members [-l]

Returns the list of addresses subscribed to the currently selected list.  The
optional "-l" argument requests a long listing.

The sender may or may not be able to see the list of subscribers, subject
to the setting of the "memberlist" parameter.

The output is of the form:

    <address> (fullname) [flags] {add-date renew-date lastsub-date subs}

where:
    "address" is the e-mail address of the subscriber
    "fullname" is the full name of the subscriber if such was provided
      at the time the user subscribed
    "flags" is the list of member flags that are active for that
      subscriber, if any
    "add-date" is the date the user subscribed to the list (or "???" if
      the subscription date predates this feature)
    "renew-date" is the date the user last renewed her/his subscription to
      the list (or "???" if the renewal date predates this feature, or the
      subscriber has never renewed)
    "lastsub-date" is the date the user last made a submission to the list
      (or "???" if no submission has been made since this feature was
      added)
    "subs" is the number of submissions this subscriber has sent since
      subscribing to the list

Note: The last portion of the list, between the braces ("{" and "}") is
only present if a long listing has been requested.  In addition, if the
subscriber was added through any means other than his/her own use of the
"subscribe" command, the long listing will indicate how the subscriber came
to be on the list.

See also: memberlist revmembers select
