From c12e6263f37d4cc8f58eca812e4673a5e1bcc2c0 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 17 Dec 2025 15:49:24 -0600 Subject: [PATCH] fix --- worker.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/worker.py b/worker.py index ce27c16..550d008 100755 --- a/worker.py +++ b/worker.py @@ -669,9 +669,6 @@ def process_message(message_body: dict, receive_count: int) -> bool: log(f"⚠ Parsing/Logic Error: {e}. Sending original.", 'WARNING') from_addr_final = from_addr - # Neu: Original-Body extrahieren (für OOO und Forward) - original_body = extract_body(parsed) - # 5. OOO & FORWARD LOGIC (neu, vor SMTP-Versand) if rules_table and not is_ses_bounce_or_autoreply(parsed): for recipient in recipients: