From d26e2fc124d707b43dc9c5d036aac5a96c05c86d Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 13:25:24 +0100 Subject: [PATCH] Clarify Mail Parser modification restrictions Updated documentation to reflect that Mail Parsers can only be modified by the system developer/maintainer, not by administrators: - Configuring Jobs: - Changed "parser must be updated (Admin only)" to "contact system developer/maintainer" - Clarified parsers cannot be modified through BackupChecks UI - Updated Common Questions section with same clarification - Approved Jobs: - Changed "Mail Parser configuration must be updated by administrator" to "contact system developer/maintainer" - Added note that parsers are code-level components Mail Parsers are Python code modules that require developer-level changes, not configurable through the application interface. Co-Authored-By: Claude Sonnet 4.5 --- .../templates/documentation/customers-jobs/approved-jobs.html | 2 +- .../documentation/customers-jobs/configuring-jobs.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html b/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html index cb78a4c..f9cfe81 100644 --- a/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html +++ b/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html @@ -144,7 +144,7 @@
⚠️ Parser Fields Are Read-Only:
- Fields determined by Mail Parsers (backup software, backup type, sender pattern, subject pattern) cannot be manually edited. If these are incorrect, the Mail Parser configuration must be updated by an administrator. + Fields determined by Mail Parsers (backup software, backup type, sender pattern, subject pattern) cannot be manually edited. If these are incorrect, contact the system developer/maintainer. Mail Parsers are code-level components and cannot be modified through the BackupChecks interface.

Job Status Indicators

diff --git a/containers/backupchecks/src/templates/documentation/customers-jobs/configuring-jobs.html b/containers/backupchecks/src/templates/documentation/customers-jobs/configuring-jobs.html index c0c8fc7..d4f8df3 100644 --- a/containers/backupchecks/src/templates/documentation/customers-jobs/configuring-jobs.html +++ b/containers/backupchecks/src/templates/documentation/customers-jobs/configuring-jobs.html @@ -223,7 +223,7 @@
⚠️ No Manual Configuration:
- You cannot manually edit these job settings. All configuration is determined by the Mail Parser to ensure consistency. If a parser incorrectly identifies a field, the parser itself must be updated (Admin only). + You cannot manually edit these job settings. All configuration is determined by the Mail Parser to ensure consistency. If a parser incorrectly identifies a field, contact the system developer/maintainer - parsers cannot be modified by administrators through the UI.

Processing Similar Emails (Reparse All)

@@ -362,7 +362,7 @@

Can I edit a job's sender or subject pattern?

-

No. Job configuration is determined by Mail Parsers and cannot be manually edited. If a parser is incorrectly identifying fields, contact an administrator to review the parser configuration.

+

No. Job configuration is determined by Mail Parsers and cannot be manually edited. If a parser is incorrectly identifying fields, contact the system developer/maintainer. Mail Parsers are code-level components and cannot be modified by administrators through the BackupChecks interface.

What if multiple jobs match the same email?