diff options
| author | bwarsaw | 2000-06-15 20:50:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-15 20:50:36 +0000 |
| commit | e0924e960217ec856947fe89fcb15bc8f52e5eaf (patch) | |
| tree | 613deb3863c900b602c422ebab662d5062bfc90c | |
| parent | 9aee41053f7c17a7a46002a739c8c1c45f733419 (diff) | |
| download | mailman-e0924e960217ec856947fe89fcb15bc8f52e5eaf.tar.gz mailman-e0924e960217ec856947fe89fcb15bc8f52e5eaf.tar.zst mailman-e0924e960217ec856947fe89fcb15bc8f52e5eaf.zip | |
| -rw-r--r-- | templates/admindbpreamble.html | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/templates/admindbpreamble.html b/templates/admindbpreamble.html index 6545e84ae..d7f284dea 100644 --- a/templates/admindbpreamble.html +++ b/templates/admindbpreamble.html @@ -4,14 +4,28 @@ First you will find the list of pending subscription requests (if there are any), followed by any mailing list postings being held for your approval. -<p>For each subscription request, select <em>Refuse</em> or -<em>Subscribe</em>. If you refuse the subscription, you can +<p>For each subscription request, select <b>Refuse</b> or +<b>Subscribe</b>. If you refuse the subscription, you can optionally add a reason for the refusal in the accompanying text box. <p>For each held posting, select the action -to take by choosing one of <em>Approve</em>, <em>Reject</em>, or -<em>Discard</em> (this latter is used for spam since the poster will -not get notification of their posting refusal). +to take by choosing one of +<ul> +<li><b>Defer</b> - Defer your decision until later. Use this if you +just want to forward or preserve (see below) the message but not +dispose of it yet. +<li><b>Approve</b> - Approve the message and send it on to the list. +<li><b>Reject</b> - Reject the message, sending a rejection notice to +the sender. The original message is discarded. +<li><b>Discard</b> - The original message is discarded with no +rejection message being sent. This option is useful for spam. +</ul> + +<p>Turn on the <b>Preserve</b> option if you want to save a copy if +this message for the site administrator. This is useful for abusive +messages. Turn on the <b>Forward to</b> option, and fill in the +forwarding address if you want to forward the message to someone else +not on the list. <p>When you're finished, click on the <em>Submit All Data</em> button at the top or bottom of this page. This button will submit all |
