This commit is contained in:
Andreas Knuth 2025-12-20 15:56:17 -06:00
parent 1d1a384d1b
commit b8f66a8e8b
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ def process_message(message_body: dict, receive_count: int) -> bool:
from_addr_final = from_addr
# 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_notification(parsed):
for recipient in recipients:
try:
rule = rules_table.get_item(Key={'email_address': recipient}).get('Item', {})