[Mailman-Developers] 2 new exceptions in logs/error using latest CVS

Luca Maranzano liuk@publinet.it
Mon, 8 Oct 2001 14:30:02 +0200


Hi all,

using latest CVS (yesterday) with the get_type in Tagger.py patch,
now I'm getting the following errors:

Oct 08 13:36:09 2001 (26619) Uncaught runner exception: readline
Oct 08 13:36:09 2001 (26619) Traceback (most recent call last):
  File "/home/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop
    self.__onefile(msg, msgdata)
  File "/home/mailman/Mailman/Queue/Runner.py", line 152, in __onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/home/mailman/Mailman/Queue/CommandRunner.py", line 99, in
_dispose
    if mlist.bounce_processing and \
  File "/home/mailman/Mailman/Bouncers/BouncerAPI.py", line 63, in
ScanMessages
    addrs = sys.modules[modname].process(msg)
  File "/home/mailman/Mailman/Bouncers/Yahoo.py", line 40, in process
    line = mi.readline()
AttributeError: readline

Oct 08 13:37:32 2001 (26619) Bouncer exception: not enough arguments;
expected 1, got 0
Oct 08 13:37:32 2001 (26619) Traceback (most recent call last):
  File "/home/mailman/Mailman/Bouncers/BouncerAPI.py", line 71, in
ScanMessages
    mlist.RegisterBounce(addr, msg)
  File "/home/mailman/Mailman/Bouncer.py", line 123, in RegisterBounce
    self.HandleBouncingAddress(addr, msg)
  File "/home/mailman/Mailman/Bouncer.py", line 214, in
HandleBouncingAddress
    text = text + '\n\n--' + boundary + \
TypeError: not enough arguments; expected 1, got 0

These seems two distinct bugs repeated several time in the error log
file.

Regards,
Luca