Darren:

ask mailman for every member of every lists and use bulkmailer or make a mailman superlist.

for $list  in /var/lib/mailman/lists/*
do
 /usr/lib/mailman/bin/list_member $list >> superlist
done

sort < superlist | uniq > allmembers

bulk_mailer options allmembers

read man bulk_mailer for options

Carlos Pantelides



Question -

As the server operator of a mailman server it's necessary, from time to
time, to send a "broadcast" message to all the lists on the server.
Taking it down for maintenance, something changes, etc. Is there any way
to send a message to all the lists and have it go through regardless of
moderation settings?


_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfeeŽ Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


------------------------------------------------------
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