
# ./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

LuKreme wrote:
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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

LuKreme wrote:
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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
LuKreme
-
Mark Sapiro