Actions
Defect #20619
closedWhen incomming mail has invalid journal id the mail is ignored
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Incomming mail - replies to issue notifications - may contain an email header with a journal id.
In some cases the journal-id does not exist in the database. I asume this can be due to system crash or some other kind of inconsistency.
When the journal ID is not found in the database the email is ignored and processing continues the next mail.
I think better handling would be to at least process the email as a new issue, then it would be noticed in the webinterface at the moment of sending, instead of when the sender complains about an unnoticed email message.
Please add dispatch_to_default to the receive_XXX_reply functions at app/models/mail_handler.rb
This affects all versions.
Actions