fix
This commit is contained in:
parent
1d1a384d1b
commit
b8f66a8e8b
|
|
@ -624,7 +624,7 @@ def process_message(message_body: dict, receive_count: int) -> bool:
|
||||||
from_addr_final = from_addr
|
from_addr_final = from_addr
|
||||||
|
|
||||||
# 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_notification(parsed):
|
||||||
for recipient in recipients:
|
for recipient in recipients:
|
||||||
try:
|
try:
|
||||||
rule = rules_table.get_item(Key={'email_address': recipient}).get('Item', {})
|
rule = rules_table.get_item(Key={'email_address': recipient}).get('Item', {})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue