Please be aware of the updating to version 1.9.8.2.10 and newer information provided here. The DMS utilizes from version 1.9.8.2.10 on an external worker container to generate previews and parse emails.
All updates for the release of 1.10.0
Bugs, Improvements & Tasks
Bugfix - User changes of email fields lost after document copying
Bugfix - Draft saving fails with invalid email address inserted in to/cc/bcc
Bugfix - EML/MSG files with "Message-Id" header not recognized
Certain email files (.eml or .msg) containing the header "Message-Id" instead of the standard "Message-ID", caused the message ID extraction to fail.
Bugfix - Misleading error instead of OOM for PDL Compare
Enhanced OOM error handling so the user is clearly informed of an OOM situation.
Bugfix - Healthcheck false alarms due to transient container issues
Bugfix - "Edit" label shown instead of "View" for final (read-only) documents
New keywords-based setting to skip attachment scanning. Introduced a new setting in the `PAT_DMS_SETTINGS` table: `do.not.scan.text.attachments.exclusion.keywords`
This is a JSON string array that can contain one or more keywords. If an email’s subject includes any of those keywords, the system will skip scanning attachments for a case reference.
Users who rely on certain keywords in subject lines can now exclude those emails from attachment scanning.
"filename.edit.allowed" setting in PAT_DMS_SETTINGS (enable/disable filename editing)
By default, the value is set to `true`, which means file name editing is enabled.
If set to `false`, file name editing in the CaseBrowser interface will be disabled.
CaseBrowser Tomcat webserver updated from 7.0.109 to 9.0.98