View Issue Details

IDProjectCategoryView StatusLast Update
168Exception_DefaultHandlerAllpublic28 Jun 2009 21:25
Reporterfsteen Assigned Totimj  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version0.7.0Fixed in Version0.7.0 
Summary168: E-mail error reports should have a size limit
DescriptionAs much of the data is included in the email this can cause a problem if the data is repeated like when a large amount of data is in an sql statement - can cause e-mail bounces
Additional Information-----Original Message-----
From: Mail Delivery System
Sent: 09 March 2009 09:52
To: XXX
Subject: Mail delivery failed: returning message to sender

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  xxx@example.com
    SMTP error from remote mail server after end of data:
    host xxx:
    550-This message contains a MIME error (demime acl condition:
    550 line length in message or single header size exceeds 131071
bytes)

------ This is a copy of the message, including all the headers. ------
------ The body of the message is 1968664 characters long; only the
first
------ 16384 or so are included here.
[snip]
      > Arg[4]: string('_doQuery: [Error message: Could not execute
statement]
[Last executed query: INSERT INTO stored_nearest_cache
(results,date_created,post_code) VALUES ('[really long data]')
TagsNo tags attached.

Relationships

related to 169 closedtimj E-mail error reports should be wordwrapped 

Activities

timj

10 Mar 2009 22:22

administrator   ~184

In the example you gave, the bug was actually long lines (bug 169) rather than absolute size of data, but it's a good point anyway.

timj

11 Mar 2009 13:46

administrator   ~186

Fixed in SVN r1525

Issue History

Date Modified Username Field Change
10 Mar 2009 17:00 fsteen New Issue
10 Mar 2009 22:21 timj Assigned To => timj
10 Mar 2009 22:21 timj Reproducibility sometimes => always
10 Mar 2009 22:21 timj Status new => assigned
10 Mar 2009 22:21 timj ETA none => 2-3 days
10 Mar 2009 22:21 timj Target Version => 0.7.0
10 Mar 2009 22:21 timj Summary Sometimes emails can be too large and bounce back to the client => E-mail error reports should have a size limit
10 Mar 2009 22:21 timj Description Updated
10 Mar 2009 22:21 timj Additional Information Updated
10 Mar 2009 22:22 timj Relationship added related to 169
10 Mar 2009 22:22 timj Note Added: 184
11 Mar 2009 13:46 timj Note Added: 186
11 Mar 2009 13:46 timj Status assigned => resolved
11 Mar 2009 13:46 timj Fixed in Version => 0.7.0
11 Mar 2009 13:46 timj Resolution open => fixed
28 Jun 2009 21:25 timj Status resolved => closed
14 Oct 2011 20:47 timj Category => All