[Mailman-Users] Two Mailman lists
Mark Sapiro
mark at msapiro.net
Mon Mar 4 01:10:39 CET 2013
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 <mark at msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list