Stephen J. Turnbull wrote:
Mark Sapiro writes:
mailmancore/API ->database that seems to have an issue and only with this one DELETE FROM pendedkeyvalue WHERE pendedkeyvalue.id = XXX query. However, like you, I have no idea as to what you could do further to debug this. I have an idea, but it seems so obvious that presumably it's already been tried: log in to the database as mailman with pgsql and try deleting something. If that works immediately, try with mailmanclient and the mailman command line utility. Steve
Well, we didn't try this. Since we don't know what the query for deleting a held message in the database needs to look like, we left that out for now. If someone can help me there, it would be great.
Over the mailman shell it hangs as long as on the web ui (using mailman shell -l list@host and iterating over the held messages). So it is the communication Mailman API <-> Database.