Actions
Feature #18170
closedMake subject.strip in app/models/mail_handler.rb configurable
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
In Russian words are long.
and very often issues becoming stripped by 255 chars.
i believe, #5698 was solution to prevent VERY long subjects.
but hardcoding 255 for whole system seems to me very strange solution.
so, I'm requesting new feature - make subject.strip configurable!
Updated by Toshi MARUYAMA about 10 years ago
- Status changed from New to Closed
#5698 is for Rails validation.
"string" length depends on Database.
We cannot change mail_handler.rb limits without Issue#subject definition change.
Updated by Toshi MARUYAMA about 10 years ago
Issue#subject database field definition change.
Actions