<html>
<font size=3>At 02:22 PM 8/15/99 -0400, you wrote:<br>
<br>
<blockquote type=cite cite>At the beginning of each year, we do a massive
creation of new accounts<br>
for students. (Well, not THAT massive but a few hundred anyway)<br>
Currently with PMDF listserv our addstudent script on the unix host
that<br>
holds the student accounts fires off a &quot;subscribe
class-of-2001&quot; message<br>
to the list server and the student is added.<br>
<br>
Mailman has that feature but requires a confirmation of the student<br>
before the subscription is added. While most would argue that this
is</blockquote><br>
Well, you could do a couple of things here...<br>
<br>
o Build a script during user generation, which is fed to add_members
later.&nbsp; (Probably much more efficient and scalable, and with
judicious use of ssh could be automated).<br>
<br>
o At the begining of the semester go into the lists and make approve, but
not confirm.&nbsp; Then just batch approve everyone by clicking
&quot;subscribe all users&quot;.<br>
<br>
o Go into mm_cfg.py, and set ALLOW_OPEN_SUBSCRIBE = 1, which should
enable the &quot;open list&quot; subscription option, then set your lists
to &quot;none&quot; temporarily.&nbsp; (In the admin &quot;privacy&quot;
area)<br>
<br>
&nbsp;I'd recommend switching them *back* from type 0 (open) to type 1
(confirm) or higher, and disabling ALLOW_OPEN_SUBSCRIBE again later,
because you really don't want everyone being able to subscribe people
willy nilly.<br>
</font></html>