2.3. Moderated Majordomo List

Moderated Majordomo List 就是受控的邮件列表,任何人向邮件列表发言前,先要经过审核。只需要在邮件列表的控制文件中如下修改:

moderate            =   yes
moderator           =

确省的邮件组审核小组别名为:<list>-approval

问: How do I approve a message on a moderated Majordomo list? [2]
问: How can I have more than one moderator/owner for a list? [1]
问: What steps are required to set up a list where: [1]
问: What steps are required to set up a list where:
问:

How do I approve a message on a moderated Majordomo list? [2]

I'm the list owner and I received a message that a post has bounced due to the list being moderated. What do I do to get it posted to the list?

答:

You'll need to add two lines to the top of the message and resend it to your list address. The two lines are:

Approved: your-list-password

followed by a blank line. It is important that the Approved: line is the first line in your new message, and that you have a blank line following the Approved line.

You can forward the message, or resend it (if your email client has that option) You'll want to change the subject of the forwarded message to something other than Bounced....etc. If you resend the message it will appear to come from you, so you may want to include the actual author's email address in the message.

问:

How can I have more than one moderator/owner for a list? [1]

答:

Again majordomo is your friend. Create a mailing list called "<listname>-owner". Again create it nonadvertised and closed. Set up the appropriate aliases for the list:

	owner-listname::include:/usr/local/Lists/<listname>-owner
	listname-owner:owner-listname
	owner-owner-listname: owner-majordomo

and you are done.

问:

What steps are required to set up a list where: [1]

* only the owners can subscribe new folks

* only the owners can send messages to the list

答:

Create listname.closed in the list directory. Alias incoming list submissions to go through "resend" with the -A and -a options.

Rather than use listname.closed, set

subscribe_policy = closed

The -A flag is handed by setting:

moderate = yes

and the -a <password> flag is handled using the

approve_passwd = <some password>

问:

What steps are required to set up a list where:

* only the owners can subscribe new folks

* any subscribers can send to the list

答:

Same as above, except leave of the -A and -a options.

Simply set moderate = no

The approval password can still be used to approve message bounced due to length restrictions or administrivia checks.