diff --git a/worker.py b/worker.py index f0e4995..570cf41 100755 --- a/worker.py +++ b/worker.py @@ -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', {})