LuKreme wrote: ># ./list_lists >3 matching mailing lists found: > Mailman - [no description available] > Family1 - [no description available] > Mailman - [no description available] > >Why are there two Mailman lists and do I need to be concerned?
what do you get from #!/bin/bash for list in `ls /path/to/mailman/lists`; do echo $list /path/to/mailman/bin/dumpdb /path/to/mailman/lists/$list/config.pck \ | grep real_name done for that matter, what do you get from ls -la /path/to/mailman/lists >Also, since I am here, I can't find the change files for Mailman 2.1 (I have >2.1.12 and I think 2.1.15 is current). See the NEWS file in the distribution tarball or <http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/NEWS>. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org