[Mailman-Developers] found the error... (admindb.py)

Ricardo Kustner ricardo@rixhq.nu
Sun, 18 Jun 2000 23:08:44 +0200


admindb.py line #216 gets called when a post is lost (which happened in my case
i guess)... but this is still and old call to mlist.HandleRequest() which doesn't
include the rest of the necessary function parameters...
maybe the extra parameters should default to empty ("") ?
i was confused because it looks like it calls with 3 parameters instead of 4...
but then i realized to first parameter is probably 'self'... right?
and then I wonder why the post got lost too... (well maybe the id just didnt get
removed from the db?)

ps: i'm cc-ing this to you Barry, because I know my posts tend to arrive a bit late
on the list for some reason ;)

Ricardo.

--