This commit is contained in:
Andreas Knuth 2025-12-17 15:49:24 -06:00
parent e8e8739d07
commit c12e6263f3
1 changed files with 0 additions and 3 deletions

View File

@ -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: