questions related to batch creation and management of several lists
Hi
I'm using mailman 2.1.9-4 on a Debian Sarge server.
I need to create a batch of lists for the management of each of our institutional units (departments, services, etc.)
Apart from the members and the name, the setup is very similar for all of them so I looked at the FAQ and I'm wondering if I can use the answer number 4.38 (quoted below) as a solution ?
<quote> Q: I am the site administrator and I'd like to change the configuration of ALL existing lists. How to do that?
A: Use /usr/lib/mailman/bin/config_list
Here's an example:
- Login your shell
- Create a file (/path/to/configfile) and add your configuration *)
- Change the configuration using this shell script: for i in $(/usr/lib/mailman/bin/list_lists -b) ; do /usr/lib/mailman/bin/config_list -i /path/to/configfile $i ; done
If you only want to change some lists but not all, replace the
for i in $(/usr/lib/mailman/bin/list_lists -b)
in the above script with for example
for i in list1 list2 list3
To check for errors before doing the changes, you can simulate your changes using the -c flag. see:
config_list --help
<end quote>
My other question is related to the way these lists are to be used:
they are to be directly addressable, meaning that anyone (not everyone we don't need more SPAM) can send a message to them
they are also to be used under umbrella lists and here is my problem because some people are in more than one of those lists and under the umbrella lists they are going to get multiple copies of the messages, right? Is there a way to prevent this?
Thanks
-- Mario Filipe Serviço de Computação da Universidade de Évora mjnf@uevora.pt http://home.uevora.pt/~mjnf/
Mario Filipe wrote:
Apart from the members and the name, the setup is very similar for all of them so I looked at the FAQ and I'm wondering if I can use the answer number 4.38 (quoted below) as a solution ?
Yes. Configure one list via the web. Write it's configuration with 'bin/config_list -o'. Remove any list specific stuff - mostly look at the first 6 items. Use the rest as input to 'bin/config_list -i'.
See 'bin/config_list --help'.
My other question is related to the way these lists are to be used:
they are to be directly addressable, meaning that anyone (not everyone we don't need more SPAM) can send a message to them
they are also to be used under umbrella lists and here is my problem because some people are in more than one of those lists and under the umbrella lists they are going to get multiple copies of the messages, right? Is there a way to prevent this?
Not with current Mailman. See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.005.htp> for an alternative to umbrella lists.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mario Filipe
-
Mark Sapiro