New -error_behavior "file_extraction" behavior "best_effort"

This commit is contained in:
2008-09-03 14:33:14 +00:00
parent 34a76c8eea
commit 81acf83a11
5 changed files with 89 additions and 21 deletions

View File

@ -1466,10 +1466,13 @@ It issues an own FAILURE event.
"fatal" acts like "failure" but issues the own event as FATAL.
This is the default.
.br
With occasion "file_extraction" there are two behaviors:
With occasion "file_extraction" there are three behaviors:
.br
"keep" maintains incompletely extracted files on disk. "delete" removes
files which encountered errors during content extraction.
"keep" maintains incompletely extracted files on disk. This is the default.
.br
"delete" removes files which encountered errors during content extraction.
.br
"best_effort" starts a revovery attempt by means of -extract_cut.
.TP
.B Dialog mode control:
.TP