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

Compare with Current View Page History

« Previous Version 2 Next »

old.case.id.reg.ex.conf

 

Param nameDefault valueDescription
save.outbound.emailfalse

save email from casebrowser directly to nuxeo

 

 

sso.enabledfalse

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.usernameAdministrator

Administrator username of Nuxeo server

 

 

nuxeo.admin.passwordAdministrator

Administrator password of Nuxeo server

 

 

doc.properties.sync.enabledfalse 
save.checksum.required.keyfalse 
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.emailtrue 
email.save.to.temptrue 
email.lines.to.parse12 
auto.save.skip.subject.key

[DNS]

 

 

 
ocr.email.scan.list.config.key  
drive.timeout2592000 
ocr.engine.nametesseract

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

 

 

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.emailstrue

the key was added according DMS-2447, to enable/disable saving auto reply emails.

 

 

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

 

 

 

 

 

  • No labels