fix
This commit is contained in:
parent
e8e8739d07
commit
c12e6263f3
|
|
@ -669,9 +669,6 @@ def process_message(message_body: dict, receive_count: int) -> bool:
|
||||||
log(f"⚠ Parsing/Logic Error: {e}. Sending original.", 'WARNING')
|
log(f"⚠ Parsing/Logic Error: {e}. Sending original.", 'WARNING')
|
||||||
from_addr_final = from_addr
|
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)
|
# 5. OOO & FORWARD LOGIC (neu, vor SMTP-Versand)
|
||||||
if rules_table and not is_ses_bounce_or_autoreply(parsed):
|
if rules_table and not is_ses_bounce_or_autoreply(parsed):
|
||||||
for recipient in recipients:
|
for recipient in recipients:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue