fix
This commit is contained in:
@@ -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', {})
|
||||
|
||||
Reference in New Issue
Block a user