Command: suppress

  Format: suppress [no]message [...]

Enables or disables suppression of various advisory messages sent out
by listmanager.  The "message" parameter(s) are keywords which identify
which messages are to be affected.  You can specify message keywords
alone (which disables the message) or preceded by "no" (which re-enables
the message).  More than one message keyword may be named in a single use
of this command.

For example, to stop sending out "you have been subscribed" and "you have
been removed" messages (resulting from "add" and "remove" commands,
respectively), you can use:

    suppress add-remove

To enable the moderation and private message rejection notices, having
previously disabled them:

    suppress nomoderation noprivate

The message keywords and the message to which each corresponds are as
follows:

    acl                 access control list rejections

    add-remove          "You have been subscribed/unsubscribed"
                        notices resulting from add/remove commands

    approve-reject      "Your request to subscribe has been
                        approved/rejected" notices resulting from
                        approve/reject commands

    disabled            notices about attempts to post to disabled
                        lists

    duplicate           MD5 cache rejections (duplicate detection)

    empty               empty submission rejections

    filter              notices resulting from apparent listmanager
                        commands sent to a list instead of listmanager

    moderation          "Your submission has been redirected to the
                        list owners" messages

    overquoted          notices about submissions with too much quoting

    pending             notices to subscribers that they can't submit
                        because their subscription request has not yet
                        been approved

    private             private list rejection notices

    probation           notices to subscribers that their submission
                        will be redirected to the moderators due to
                        probation settings in effect

    silent              notices to users who can't submit because the
                        "silent" member flag is set

NOTE: Use this with caution.  Suppressing a message that indicates a failure
may leave the impression that a submission which the sender though was valid
has vanished without explanation.

This command is only available to list owners.

See also: flags List-Flags show select
