Param name | Default value | Description |
---|---|---|
save.outbound.email | false | save email from casebrowser directly to nuxeo |
sso.enabled | false | Flag if sso enabled |
nuxeo.firm.root | /default-domain/workspaces/Patricia | Firm root directory in Nuxoe |
nuxeo.settings.dir | /default-domain/workspaces/Patricia/Settings | Case browser settings directory in Nuxoe |
nuxeo.admin.username | Administrator | Administrator username of Nuxeo server |
nuxeo.admin.password | Administrator | Administrator password of Nuxeo server |
doc.properties.sync.enabled | false | |
old.case.id.reg.ex.conf | A list of permitted old case id regular expressions, formatted as a json string. This is used when searching for valid old case ids in emails or free-form text such as OCR. By default, it is an empty list and old case ids are not searched for. Available since 1.8.9+. Sample usage of old.case.id.reg.ex.conf that can scan for two types of old case number patterns: { "version" : 1, "regExList": [ "([0-9]+-[A-Z0-9]+-[A-Z0-9]+)", "([0-9]+-[A-Z0-9]+-[A-Z0-9]+-[A-Z0-9]+)" ] } | |
checksum.optional.for.saving.email | true | This option turns on searching for the cases that doesn't have checksum in the autosaved email. If it's false, these cases will be skipped. |
email.save.to.temp | true | |
email.lines.to.parse | 12 | Define the number of lines in the email body that are being scanned for case refs. To scan all body, set to "0" |
auto.save.skip.subject.key | [DNS]
| |
ocr.email.scan.list.config.key | Comma separated list of all to:email addresses for which only the attachment should be saved to the case but not the email message. the category to which the attachment should be set can be defined by email.category.set | |
drive.timeout | 2592000 | |
ocr.engine.name | tesseract | Allows custom configuration of the command to use for performing ocr. Note that only set engines are supported. |
auto.versioning.time | 5400 | |
file.import.completed | false | Whilst this setting remains false, new files added will not have OCR or email analysis performed on them. |
do.not.save.auto.reply.emails | false | This setting will enable or disable the saving of auto reply emails. By default, auto reply emails are saved to the case. |
email.category.default | 0 | Default category for all email addresses |
email.category.set | Specific email category configuration, which is a JSON string of EmailCategory set. | |
email.description.set | Specific email description configuration, which is a JSON string of EmailDescription set. | |
email.excluded.attachments | ["smime.p7s"] | attachments which match this patterns will not be saved |
subject.line.case.ref.addition | true | subject line will be prefixed with case ref first found in email body (or OCRed attachment) |