Hi, I just installed Mailman from CVS two days ago, and on a new list I just created I'm hit by a bug :
http://listes.rezo.net/mailman/admin/spip-trac/privacy/sender
Bug in Mailman version 2.1.6b2
We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs.
the error log is attached
-- Fil
Fil wrote:
Hi, I just installed Mailman from CVS two days ago, and on a new list I just created I'm hit by a bug :
http://listes.rezo.net/mailman/admin/spip-trac/privacy/sender
Bug in Mailman version 2.1.6b2
<snip>
admin(27737): File "/var/local/mailman/Mailman/MailList.py", line 145, in __getattr__ admin(27737): raise AttributeError, name admin(27737): AttributeError: nonmember_rejection_notice
Looks like MailList.InitVars() is missing self.nonmember_rejection_notice = ''
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mark Sapiro wrote:
Fil wrote:
Hi, I just installed Mailman from CVS two days ago, and on a new list I just created I'm hit by a bug :
http://listes.rezo.net/mailman/admin/spip-trac/privacy/sender
Bug in Mailman version 2.1.6b2
<snip>
admin(27737): File "/var/local/mailman/Mailman/MailList.py", line 145, in __getattr__ admin(27737): raise AttributeError, name admin(27737): AttributeError: nonmember_rejection_notice
Looks like MailList.InitVars() is missing self.nonmember_rejection_notice = ''
Thank you Mark and sorry for the inconvenience Fil. I've just fixed the developers CVS. I will be cutting beta 4 by this weekend.
-- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
Looks like MailList.InitVars() is missing self.nonmember_rejection_notice = ''
If anyone else gets biten, here's how to fix the list:
mailman@lists# bin/withlist -l spip-trac Loading list spip-trac (locked) The variable `m' is the spip-trac MailList instance
m.nonmember_rejection_notice = '' m.Save() ^D
-- Fil
participants (3)
-
Fil
-
Mark Sapiro
-
Tokio Kikuchi