Re: [Mailman-Users] Uncaught runner exception: int argument required

2008-10-16 Thread Charles Marcus
On 10/14/2008, Charles Marcus ([EMAIL PROTECTED]) wrote: I'm only on 2.5.2, but I think I did update fairly recently... Umm... sorry, I had started to reply to the message about an issue with python 2.6 because I thought it might be related (but then decided to start a new thread), and forgot to

Re: [Mailman-Users] Uncaught runner exception: int argument required

2008-10-16 Thread Charles Marcus
On 10/15/2008 11:23 AM, Mark Sapiro wrote: snip def rejection_notice(self, mlist): kb = self.__limit return _('''Your message was too big; please trim it to less than %(limit)d KB in size.''') I din't know why you changed the above line, but the problem is where you have

[Mailman-Users] Uncaught runner exception: int argument required

2008-10-15 Thread Charles Marcus
Greetings, Ok, I just discovered that I'm not getting notifications when someone sends a message that is too big... usually I get a notification, and can click the link and 'Tend to pending moderator requests', and discard forward a copy to the list owner. I don't get too many of these, so

Re: [Mailman-Users] Uncaught runner exception: int argument required

2008-10-15 Thread Mark Sapiro
Charles Marcus wrote: And here's the customized block in Hold.py: (Hmmm... did something weird happen when I copy/pasted after the last update? Are there supposed to be dbl underscores (__) there?) Yes, the __ are correct. Beginning at line 93: class MessageTooBig(Errors.HoldMessage):