diff options
| author | bwarsaw | 2002-01-03 05:07:16 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-03 05:07:16 +0000 |
| commit | 4aa3c6f1b7cbaaeb391f967053cbb71517c9615a (patch) | |
| tree | eeb5dceb310aa5901e5aab4cf0b4566ed5a50219 | |
| parent | 76e4ca28c083ebebd334a2cf8891258f2ec66d5a (diff) | |
| download | mailman-4aa3c6f1b7cbaaeb391f967053cbb71517c9615a.tar.gz mailman-4aa3c6f1b7cbaaeb391f967053cbb71517c9615a.tar.zst mailman-4aa3c6f1b7cbaaeb391f967053cbb71517c9615a.zip | |
Describe instructions for clearing the moderation bit, when the held
sender is a member on probation.
| -rw-r--r-- | templates/en/admindbdetails.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/en/admindbdetails.html b/templates/en/admindbdetails.html index e9cb9ab19..1958b3629 100644 --- a/templates/en/admindbdetails.html +++ b/templates/en/admindbdetails.html @@ -44,11 +44,16 @@ an <tt>Approved:</tt> header with the list password as its value. It is proper netiquette in this case to include a note in the resent message, explaining that you have modified the text. -<p>On the summary page, you can additionally add the email address to +<p>If the sender is a list member who is being moderated, you can +optionally clear their moderation flag. This is useful when your list +is configured to put new members on probation, and you've decided that +this member can be trusted to post to the list without approval. + +<p>If the sender is not a list member, you can add the email address to a <em>sender filter</em>. Sender filters are described on the <a href="%(filterurl)s">sender filter privacy page</a>, and may be one of <b>auto-accept</b> (Accepts), <b>auto-hold</b> (Holds), -<b>auto-reject</b> (Rejects), or <b>auto-discard</b> (Discards). This +<b>auto-reject</b> (Rejects), or <b>auto-discard</b> (Discards). This option will not be available if the address is already on one of the sender filters. |
