[Mailman-Users] Email subscription not working

Mark Sapiro mark at msapiro.net
Fri Jan 9 18:45:45 CET 2009


Dan Mahoney, System Admin wrote:
>
>Jan 07 21:05:47 2009 (69945) Uncaught runner exception: 'NoneType' object 
>has no attribute 'lower'
>Jan 07 21:05:47 2009 (69945) Traceback (most recent call last):
>   File "/usr/local/mailman/Mailman/Queue/Runner.py", line 114, in _oneloop
>     self._onefile(msg, msgdata)
>   File "/usr/local/mailman/Mailman/Queue/Runner.py", line 185, in _onefile
>     keepqueued = self._dispose(mlist, msg, msgdata)
>   File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line 241, in 
>_dispose
>     res.do_command('join')
>   File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line 139, in 
>do_command
>     return handler.process(self, args)
>   File "/usr/local/mailman/Mailman/Commands/cmd_subscribe.py", line 74, in 
>process
>     if digest is None and password.lower() in ('digest', 'nodigest'):
>AttributeError: 'NoneType' object has no attribute 'lower'
>
>Known bug?


Yes, it is a known bug, introduced in 2.1.10 and fixed in 2.1.11. I had
a fleeting thought about that when replying previously, but neglected
to mention it.

The attached cmd_subscribe.patch.txt will fix it.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cmd_subscribe.patch.txt
URL: <http://mail.python.org/pipermail/mailman-users/attachments/20090109/92fe148a/attachment.txt>


More information about the Mailman-Users mailing list