Comment 9 for bug 736012

Revision history for this message
Curtis Hovey (sinzui) wrote :

This is a contrived oops to see the what is happening OOPS-cc376cdd298b458c9d1ec3f8dc17a21d. We can see it is going to the librarian for each message.

There are recent oopses for lPerson:+mailinglist-moderate about the librarian like
    http://launchpadlibrarian.net:$INT/$INT/at9XMvRzk21O4razMZE70hu7p7I.msg:

This might indicate that showing a lot of messages that are in the librarian is bad. Well, obviously we do not want to do that. We want to limit the files (text of the email) that we pull from the librarian. I see that HeldMessageDetails.email_message is calling self.message.raw.open(), which is actually is what is talking to the librarian. Every other thing that uses Message calls .text_contents instead.