Comment 1 for bug 916939

Revision history for this message
Graham Binns (gmb) wrote :

The error was as follows:

SMTPSenderRefused: (552, '5.3.4 Message size exceeds fixed limit', '<email address hidden>')

Steve and I used https://pastebin.canonical.com/58139/ to find the offending message (turned out to be message 11441321). We confirmed this with https://pastebin.canonical.com/58140/. The message is about 18M characters in size where everything else is ~500.

Our quick fix for the problem was to mark the bugnotification linked to the message as date_emailed = now() at time zone 'UTC'. However, send-bug-notifications.py should at least OOPS when it encounters this problem, rather than just exiting.