From 2f4ed924cb0b4d8a5eb017d3510d9b9b3eb22677 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sat, 14 Jun 2025 12:35:34 +0200 Subject: [PATCH] Added another message pattern for failed imports --- README.md | 6 +++++- config/config_example.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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: