Tomas Macek 
>
>I knew about the changes in Defaults.py and mm_cfg.py but I didn't try to 
>write lists config variables in it. Now I have this settings in my mm_cfg.py:
>
>...
>generic_nonmember_action = 0
>GENERIC_NONMEMBER_ACTION = 0
>...
>
>I did not know, if the variables in mm_cfg.py are case sensitive,


They are.


>so I wrote both. But still when I try to create a new list ("./newlist x") and 
>then dump the config, I still see generic_nonmember_action = 1. Why? What 
>should I change?


Did you see my reply to your post at
<http://mail.python.org/pipermail/mailman-users/2007-April/056442.html>?

You can't set anything in mm_cfg.py that isn't already set in
Defaults.py. You can only override Defaults.py settings in mm_cfg.py.

Read Defaults.py, or if you've read it, read it again. The settings you
want are things like DEFAULT_GENERIC_NONMEMBER_ACTION,
DEFAULT_MSG_FOOTER, etc.

These are all described in Defaults.py.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to