FAQ
Hello,

I have installed mailman 2.1.9.5 and now upgraded to 2.1.10 and see the
following in mailman's error log.

Apr 25 20:02:49 2008 (24138) SHUNTING:
1209146569.0795979+80ec39567f7efbc1306687a6c84ed28bfccfc400
Apr 25 20:04:36 2008 (24138) Uncaught runner exception: 'NoneType'
object has no attribute 'lower'
Apr 25 20:04:36 2008 (24138) 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'

I will appreciate if you could help me deal with it. Thank you!


--
Zbigniew Szalbot
www.lc-words.com

Search Discussions

  • Brad Knowles at Apr 25, 2008 at 7:19 pm

    Zbigniew Szalbot wrote:

    I have installed mailman 2.1.9.5 and now upgraded to 2.1.10 and see the
    following in mailman's error log.
    Well, we've never shipped a version number 2.1.9.5, so that tells me you're
    probably using a binary packaged version provided by some other source.
    Maybe your OS vendor, maybe someone else.

    However, since we don't know what they may have done to the code that they
    have packaged and shipped to you, we can't really tell you anything about
    how things may now act if you've applied some sort of patch or something
    from our code to try to bring you up to date.

    If you want to completely de-install the old version and then re-install
    from our tarball, I would expect that should work, but I won't give you any
    guarantees.


    Your first step for resolving all these problems should be to contact your
    vendor who provided the previous binary package version you were using, and
    get assistance from them.

    --
    Brad Knowles <brad at python.org>
    Member of the Python.org Postmaster Team, & Co-moderator of the
    mailman-users and mailman-developers mailing lists
  • Mark Sapiro at Apr 25, 2008 at 7:48 pm

    Zbigniew Szalbot wrote:
    I have installed mailman 2.1.9.5 and now upgraded to 2.1.10 and see the
    following in mailman's error log.

    Apr 25 20:02:49 2008 (24138) SHUNTING:
    1209146569.0795979+80ec39567f7efbc1306687a6c84ed28bfccfc400
    Apr 25 20:04:36 2008 (24138) Uncaught runner exception: 'NoneType'
    object has no attribute 'lower'
    Apr 25 20:04:36 2008 (24138) 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'

    I will appreciate if you could help me deal with it. Thank you!

    A description of this issue along with the patch to fix it is at
    <http://mail.python.org/pipermail/mailman-users/2008-April/061381.html>,
    <http://mail.python.org/pipermail/mailman-announce/2008-April/000111.html>,
    and
    <http://mail.python.org/pipermail/mailman-developers/2008-April/020162.html>.

    This is the major reason that there will be a 'patch' release soon.

    --
    Mark Sapiro <mark at msapiro.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan
  • Mark Sapiro at Apr 25, 2008 at 8:34 pm

    Mark Sapiro wrote:
    Zbigniew Szalbot wrote:
    I have installed mailman 2.1.9.5 and now upgraded to 2.1.10 and see the
    following in mailman's error log.

    Apr 25 20:02:49 2008 (24138) SHUNTING:
    1209146569.0795979+80ec39567f7efbc1306687a6c84ed28bfccfc400
    Apr 25 20:04:36 2008 (24138) Uncaught runner exception: 'NoneType'
    object has no attribute 'lower'
    Apr 25 20:04:36 2008 (24138) 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'

    I will appreciate if you could help me deal with it. Thank you!

    A description of this issue along with the patch to fix it is at
    <http://mail.python.org/pipermail/mailman-users/2008-April/061381.html>,
    <http://mail.python.org/pipermail/mailman-announce/2008-April/000111.html>,
    and
    <http://mail.python.org/pipermail/mailman-developers/2008-April/020162.html>.

    This is the major reason that there will be a 'patch' release soon.

    One more thing. You should apply the patch and restart Mailman and then
    use bin/unshunt to requeue the shunted messages because they are email
    subscribe requests you probably don't want to loose.


    --
    Mark Sapiro <mark at msapiro.net> The highway is for gamblers,
    San Francisco Bay Area, California better use your sense - B. Dylan
  • Zbigniew Szalbot at Apr 26, 2008 at 7:17 am
    Hello,

    Mark Sapiro pisze:
    Zbigniew Szalbot wrote:
    I have installed mailman 2.1.9.5 and now upgraded to 2.1.10 and see the
    following in mailman's error log.

    Barry - sorry to have misinformed. I meant 2.1.9_5. Installed from ports
    on FreeBSD 7.0-Release.

    Thank you Mark - this has solved the issue!




    --
    Zbigniew Szalbot
    www.lc-words.com

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupmailman-users @
categoriespython
postedApr 25, '08 at 6:47p
activeApr 26, '08 at 7:17a
posts5
users3
websitelist.org

People

Translate

site design / logo © 2023 Grokbase