You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Param nameDefault valueDescription
save.outbound.emailfalse

Save email from casebrowser directly to nuxeo

sso.static When LDAP-Authentication is active (sso.mode.enabled = TRUE and sso.static.pass = <passwordValue> set in pi-nuxeo.xml) this value will be used to replace password returned by Patricia in GET authentication method for CaseBrowser. This value must match <passwordValue> set in sso.static.pass in pi-nuxeo.xml.
nuxeo.firm.root

/default-domain/workspaces/Patricia

Firm root directory in Nuxoe

nuxeo.settings.dir

/default-domain/workspaces/Patricia/Settings

CaseBrowser settings directory in Nuxoe

nuxeo.admin.usernameAdministrator

Administrator username of Nuxeo server

nuxeo.admin.passwordAdministrator

Administrator password of Nuxeo server

pat.doc.log.sync.all.filesfalseenable/disable sync listener to add pat_doc_log entries for documents added to a case through nuxeo drive or WebDAV

doc.properties.synccache.ttl

20[advanced setting] Set sync listener cache TTL in sec. within which pat_doc_log properties will be retained/reapplied for documents having same name in a specific caseID after deletion. This is required as Patricia will replace files in WebDAV when being edited/saved using Patricia editor rather than just modify them.
doc.properties.sync.delay10[advanced setting] Set delay in sec. after which sync listener will add document to pat_doc_log if not already done so by CaseBrowser (or otherwise). Attention: doc.properties.synccache.ttl should always be > doc.properties.sync.delay; otherwise cache will be always empty.
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.emailtrueThis 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.temptrue 
email.lines.to.parse12Define the number of lines in the email body that are being scanned for case refs. To NOT scan the body at all, set to "0"
auto.save.skip.subject.key

[DNS]

 

 

This key prefixing the subject line will make sure the email is not saved to the DMS despite a case ref. being in the subject line.
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.timeout2592000 
ocr.engine.nametesseract

Allows custom configuration of the command to use for performing ocr. Note that only set engines are supported, eg. 'ocrkitmac'

auto.versioning.time5400 
file.import.completedfalse

Whilst this setting remains false, new files added will not have OCR or email analysis performed on them.

do.not.save.auto.reply.emailsfalse

This setting will enable or disable the saving of auto reply emails. By default, auto reply emails are saved to the case.

email.category.default0

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.additiontruesubject line will be prefixed with case ref first found in email body (or OCRed attachment)
skip.adding.checksumfalseChecksum will not be added to case ref in subject if set to TRUE

 

 

  • No labels