Hello,

It should help to patch the

/usr/lib/mailman/Mailman/MailCommandHandler.py file, line 163, as follows:

       if (subject == None): subject = ''
       splitsubj = string.split(subject)


Ralf


mhurley wrote: ------------------------------------------------------------

Hey, I found some more info on my problem, but haven't cracked the case yet:

in ~mailman/logs/error, since Aug 31 qrunner has been choking as follows:
...
Aug 31 16:18:01 2004 qrunner(11238): return s.split(sep, maxsplit)
Aug 31 16:18:01 2004 qrunner(11238): AttributeError : 'NoneType' object has
no attribute 'split'





------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/

Reply via email to