[Mailman-Users] Two Mailman lists

2013-03-03 Thread LuKreme
# ./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?

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

-- 
Try to realize it's all within yourself/No one else can make you change

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


Re: [Mailman-Users] Two Mailman lists

2013-03-03 Thread Mark Sapiro
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.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter 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