Defect #9077
Mailhandler does not "gracefully" fail in regards to custom fields
Status: | New | Start date: | 2011-08-17 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email receiving | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
Ruby Version: 1.8.7 (2010-01-10 patchlevel 249)
Rails Version: 2.3.11
MySQL Version: 5.1.41-3ubuntu12.10
Redmine Version: 1.2.1.stable
The mailhandler does not "gracefully" fail when a custom field is detect with an incorrect value in an email. When I say gracefully I mean that if the custom field is not required then it should ignore the field detected, not attempt to set it, and continue processing. As it stands now it errors out with a 422 error code.
History
#1
Updated by Etienne Massip almost 11 years ago
- Category set to Email receiving