-
Bug
-
Resolution: Fixed
-
Medium
-
3.3.1, 3.8.1
-
21
-
Severity 2 - Major
-
9
-
Problem definition
When the mail handler is attempting to strip a large text or image from reply email, the mail processor job could be aborted and hence not able to process any following mail items.
Symptoms
- Emails are read
- The Strip quotes option in Administration > Applications > JIRA Service Desk Email requests is Strip quotes
- Mail Puller job is working fine as shown in Administration > System > Scheduled jobs
- Mail Processor job's status is Already running
- In AO_2C4E5C_MAILITEM database table, recent entries are in status NEW instead of PROCESSED or FILTERED.
Workaround steps
- Back up the JIRA database.
- Disable the Strip quotes option in Administration > Applications > JIRA Service Desk Email requests.
- Stop JIRA.
- Remove the Mail Processor job from the database.
delete from rundetails where job_id like '%Processor%'
- Start JIRA.
Note
If the above workaround doesn't help, check the below KB in case Mail Processor gets stuck by Signature Removal scripts:
- is caused by
-
JSMDC-1002 Loading...
- is cloned by
-
JSMDC-4025 Loading...