I upgraded to the latest version of Mailman a couple of weeks ago. Previously, I had queried the list about setting a default nonmember rejection notice for the entire system. The answer was in the post below and it worked fine.
http://marc.theaimsgroup.com/?l=mailman-users&m=113933800312949&w=2 After the upgrade, I made sure things were as mentioned in the previous post, but now when I try to create a new list (either from the web or command line), I get a Bug error message and the Mailman error log shows this: admin(17094): [----- Mailman Version: 2.1.8 -----] admin(17094): [----- Traceback ------] admin(17094): Traceback (most recent call last): admin(17094): File "/lists/scripts/driver", line 101, in run_main admin(17094): main() admin(17094): File "/lists/Mailman/Cgi/create.py", line 56, in main admin(17094): process_request(doc, cgidata) admin(17094): File "/lists/Mailman/Cgi/create.py", line 190, in process_request admin(17094): mlist.Create(listname, owner, pw, langs, emailhost) admin(17094): File "/lists/Mailman/MailList.py", line 493, in Create admin(17094): self.InitVars(name, admin, crypted_password) admin(17094): File "/lists/Mailman/MailList.py", line 392, in InitVars admin(17094): self.nonmember_rejection_notice = mm.cfg.DEFAULT_NONMEMBER _REJECTION_NOTICE admin(17094): NameError: global name 'mm' is not defined Any ideas about why this isn't working? If I change the lines in MailList.pyand mm_cfg.py back to the default, it works, so I am thinking that something changed after the upgrade, since this is the first list that I have created since then. -- Christopher Adams [EMAIL PROTECTED] ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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&file=faq01.027.htp