[ mailman-Bugs-1126206 ] Bounce processing tracebacks

SourceForge.net noreply at sourceforge.net
Mon Feb 21 01:25:19 CET 2005


Bugs item #1126206, was opened at 2005-02-17 20:31
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1126206&group_id=103

Category: bounce detection
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Bryan Fullerton (fehwalker)
>Assigned to: Tokio Kikuchi (tkikuchi)
Summary: Bounce processing tracebacks

Initial Comment:
Howdy,

I was having some issues with bounces previously (some
were being held in qfiles/bounces until the Mailman
processes were restarted, then all of them would be
sent to the list owner as uncaught bounces). I believed
these were getting stuck because of the Mailman
2.1.5/python 2.4 "day of year out of range" issue,
which I've seen logged and which I know is fixed in
2.1.6, but maybe something else was breaking and not
being logged.

On upgrade to 2.1.6b4, all of the bounce messages stuck
in qfiles/bounce (1488 of them) were moved to
qfiles/shunt and the following traceback logged in
logs/error for each file:

Feb 17 15:12:22 2005 (31261) SHUNTING:
1108670889.8425479+290d640542fcf19f6aef6711b3f9e60e2c419cb2
Feb 17 15:12:22 2005 (31261) Uncaught runner exception:
'str' object has no attribute 'get_sender'
Feb 17 15:12:22 2005 (31261) Traceback (most recent
call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py",
line 111, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py",
line 159, in _onefile
    sender = msg.get_sender()
AttributeError: 'str' object has no attribute 'get_sender'

Any idea what could cause this? Is this just an issue
with 2.1.5 -> 2.1.6 bounces or qfiles in general? The
'make install' did take a while doing something to my
qfiles at the end of the install process.

Thanks,
Bryan

----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2005-02-21 00:25

Message:
Logged In: YES 
user_id=67709

I guess this is one time error when you are upgrading from
2.1.5 to 2.1.6 under Python 2.4. If not, will you please
upload or send me a sample bouncing message?
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1126206&group_id=103


More information about the Mailman-coders mailing list