On Wednesday 21 April 2004 08:34, Darryl Harvey wrote:
> Sounds ok, but.
>
> It's not a once off, it's an ongoing thing.
> They confirmation emails will cause havoc to our 500+ staff that will
> receive them, we don't want them to get ANY email about the list.
>
> Getting closer, surely there must be some way to do it.

If you can produce a one-per-line text listing of all the email addresses
that need to be subscribed, e.g.:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[...et cetera...]

then you could do this from a simple command line. Take a look at the
$prefix/bin/add_members command, with options similar to these:

$prefix/bin/add_members --regular-members-file=<file> \
      --welcome-msg=n   --admin-notify=n   <listname>

(Run add_members with "--help" to get a full syntax help display.)

I haven't tested this on my system, but according to the documentation this
should subscribe the people listed in the file, with no confirmation messages.

Try it on a short list of just a couple of users first, to make sure it
behaves as you wish it to.

Scott

-- 
-----------------------+------------------------------------------------------
Scott Courtney         | "I don't mind Microsoft making money. I mind them
[EMAIL PROTECTED]          | having a bad operating system."    -- Linus Torvalds
http://4th.com/        | ("The Rebel Code," NY Times, 21 February 1999)
                       | PGP Public Key at http://4th.com/keys/courtney.pubkey


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to