[Mailman-Developers] [ mailman-Bugs-584989 ] bounced large messages are deleted!

noreply@sourceforge.net noreply@sourceforge.net
Tue, 23 Jul 2002 22:06:21 -0700


Bugs item #584989, was opened at 2002-07-22 12:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=584989&group_id=103

Category: mail delivery
Group: 2.1 beta
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peer Heinlein (pheinlein)
Assigned to: Nobody/Anonymous (nobody)
Summary: bounced large messages are deleted!

Initial Comment:
I`m using 2.1b2+ (July, 22th) and if a message 
is larger than the maximum allowd size (of this 
list) it is not bounced or hold for approval 
succesfully.  
 
The message disappears and mailman 
crashes. Maybe it`s just a mistake in the 
translation in german mailman.po? 
 
Jul 22 17:36:55 2002 (28610) Uncaught 
runner exception: an integer is required 
Jul 22 17:36:55 2002 (28610) Traceback 
(most recent call last): 
  File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", 
line 105, in __oneloop 
    self.__onefile(msg, msgdata) 
  File 
"/usr/lib/mailman/Mailman/Queue/Runner.py", 
line 154, in __onefile 
    keepqueued = self._dispose(mlist, msg, 
msgdata) 
  File 
"/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", 
line 129, in _dispose 
    status = self._dopipeline(mlist, msg, 
msgdata, pipeline) 
  File 
"/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", 
line 152, in _dopipel 
    sys.modules[modname].process(mlist, msg, 
msgdata) 
  File 
"/usr/lib/mailman/Mailman/Handlers/Hold.py", 
line 179, in process 
    MessageTooBig(bodylen, 
mlist.max_message_size)) 
  File 
"/usr/lib/mailman/Mailman/Handlers/Hold.py", 
line 198, in hold_for_approv 
    reason = Utils.wrap(exc.reason_notice()) 
  File 
"/usr/lib/mailman/Mailman/Handlers/Hold.py", 
line 103, in reason_notice 
    return _('''Message body is too big: 
%(size)d bytes with a limit of 
  File "/usr/lib/mailman/Mailman/i18n.py", line 
76, in _ 
    return _translation.gettext(s) % dict 
TypeError: an integer is required 
 

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-24 01:06

Message:
Logged In: YES 
user_id=12800

It does look like it's a bug in the German translation for
that message.   I'm about to commit a fix to the German
catalog; can you try doing a cvs update and see if that
fixes your problem?

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

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