[Mailman-Users] Send to all lists

C. P. mefistos at hotmail.com
Mon Aug 2 16:47:53 CEST 2004


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




More information about the Mailman-Users mailing list