johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

Error when incoming email with subject > 35 chars and db is not SQLite #338

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
communication.py tries to update ta with mail subject in rsrv1. This causes an 
error when email subject is too long. Solution: truncate it to 35.

Original issue reported on code.google.com by mjg1964 on 1 Apr 2015 at 6:38

Attachments:

GoogleCodeExporter commented 8 years ago
line 534.
similar to issue 318 fix at line 284.

Original comment by mjg1964 on 1 Apr 2015 at 6:39

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 20 May 2015 at 4:05