Hi, I got it working... <comments below> From: Beu, Ed (DOA) Sent: Wednesday, May 04, 2016 8:49 AM To: '[email protected]' <[email protected]> Subject: Order of operation - config files
Hello, We have a test installation of Mailman 2.1.20 (CSW) running on Solaris 10. Production version will be running on CentOS. Since most of our lists are 'Announcement' type lists, I have put the following in the mm_cfg.py file: DEFAULT_DEFAULT_MEMBER_MODERATION = Yes >>> The double DEFAULT_DEFAULT on this variable appears to be the only doubled >>> default in the Defaults.py file. And, using it in the same manner in the >>> MM_CFG.py file appears to be the only way to get it to work when creating a >>> new list. For the occasional 'discussion' list I have created a config file (discuss.config) to import into the new list to change 'Member Moderation' to No, but it does not take effect. For example, I'm using this command: .../bin> ./newlist -q testdiscuss [email protected]<mailto:[email protected]> 12345678;./config_list -i discuss.config testdiscuss >>> I change the entry in the MM_CFG.py file to: DEFAULT_DEFAULT_MEMBER_MODERATION = 1 (1 rather than Yes) >>> used the following statement in my discuss.config file - and it's working >>> now default_member_moderation = 0 Is it not possible to override the mm_cfg.py file entries with a config_list -i command? >>> apparently the config_list -i does run after mm_cfg.py!! Thanks in advance for any assistance! ~Ed Ed Beu , Systems Programmer Enterprise Technology Services Department of Administration 619 E Shipcreek Ave., Ste 232 Anchorage, AK 99501-1677 [ETSLogo]---------------------------------------- *Desk:(907)269-6790 ?Fax: (907)269-6719 * [email protected]<mailto:[email protected]> " http://www.doa.alaska.gov/ets/ ---------------------------------------- ------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
