Hello:
Is there a way to clone the configuration of a list, without the members?
Carlos Pantelides
_
Check out Election 2004 for up-to-date election news, plus voter tools and
more! http://special.msn.com/msn/election2004.armx
--
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 opti
Hello everybody:
I new to this list and to mailman too. Im running away from majordomo.
Installed mailman and seems to work ok, but cant make it work with apache2.
It worked with apache 1.??.
My search via google didnt find anything useful.
In my first attemp with apache 1.??, it didnt work but t