Previously, Lance M. Steenson said:
> for starters, is there an archive available of this [EMAIL PROTECTED]
> list so can look thru?

http://www.mail-archive.com/mailman-users%40python.org/

> trying to find out where to locate the file that holds the subscriber's
> addresses on the server.

If you're looking for a text file with addresses in it, there is no such
thing.  Subscription data is stored in the list config, which is a Python
marshal file, IIRC (if you're not a Python person, this is a sort of hash
file).

In any case, you can get this info in text form with bin/list_members.

> does mailman take well to having scripts edit the
> users instead of the conventional subscribe or admin bulk subscribe methods?
> (if this is possible at all).

Scripts exist to modify subscription lists; see

   bin/list_members
   bin/remove_members
   bin/add_members

-- 
Why don't sheep shrink when it rains?  -George Carlin

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to