Command: maxquoted

  Format: maxquoted <percent>

Sets a limit on the percentage of a submission to the list that can
(appear to) be quoted from another submission.  If more than <percent>
percent of the list (appears to) be quoted, the submission is rejected.

A value of 0 or "none" causes listmanager to ignore the percentage of
quoted text in the submission.

A line is considered to be quoted if the first non-whitespace character
in the line is a punctuation character, i.e. a character for which the
ispunct() C library function returns "true", i.e. one of the following:

	!"#$%'()*+,-./:;<=>?@[\]^_`{|}~

Lines in the message body are the only ones that are tested.  Message
headers are ignored for the purposes of this test.

Consecutive empty lines are counted as a single line for the purpose of
this test.  An "empty" line is a line which contains either nothing,
or only whitespace characters (e.g. spaces and tabs).

You must be a list owner to use this command.

See also: select
