diff --git a/README.md b/README.md index 47a4351..892a245 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,11 @@ services: # REMOVE_BAD_FILES: | # keep_archives: True # REMOVE_FAILED_DOWNLOADS: True - # REMOVE_FAILED_IMPORTS: True + # REMOVE_FAILED_IMPORTS: | + # message_patterns: + # - Not a Custom Format upgrade for existing* + # - Not an upgrade for existing* + # - \*Found potentially dangerous file with extension* # REMOVE_METADATA_MISSING: | # max_strikes: 3 # REMOVE_MISSING_FILES: True diff --git a/config/config_example.yaml b/config/config_example.yaml index 3b3eb8e..b230d4d 100644 --- a/config/config_example.yaml +++ b/config/config_example.yaml @@ -22,6 +22,7 @@ jobs: message_patterns: - Not a Custom Format upgrade for existing* - Not an upgrade for existing* + - \*Found potentially dangerous file with extension* remove_metadata_missing: # max_strikes: 3 remove_missing_files: