David Southwell wrote:
>
>1. I have a file in the following format
>
>"member name in quotes"  [EMAIL PROTECTED]
>
>and want to be able to add members using data from this file. add_members 
> add_members -r /absolute/path/to/file listname
>reports
> Bad/Invalid email address: "member name in quotes"  [EMAIL PROTECTED]


The addresses need to be in the format

"member name in quotes"  <[EMAIL PROTECTED]>

See <http://wiki.list.org/x/YoA9> for other formats. The quotes around
the name above are only required if the name contains non alphanumeric
characters. I.e.

John Doe <[EMAIL PROTECTED]>

is OK, but

"Jane Q. Doe" <[EMAIL PROTECTED]>

needs to be quoted.


>2. As an additional query is there a way of automatically making new members 
>subject to moderation and automatically turning off moderation after a 
>predetermined number of postings from that member have been approved? 


You do the former by setting Privacy options... -> Sender filters ->
default_member_moderation to Yes.

There is no automatic (after n posts) way to clear the mod flag, but
when the moderator goes to the admindb page to approve a post from a
moderated member, there is a checkbox that the moderator can use to
clear the mod flag of the member whose post is being approved.  

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to