Issue:
A filter is configured to suppress autoresponse on inbound notification emails. The filter conditions match correctly but the autoresponse is still going out.
Filter configuration:
Condition 1: Email contains advertisements@tiktok.com
Condition 2: Ticket / Issue Summary contains TikTok into a partnership with us
Match: All
Action: Disable autoresponse, stop on match
Confirmed working:
Filter is enabled
Execution order is not the issue — no upstream filters exist
Conditions match the inbound email exactly (verified against actual email header)
Inbound email From header:
From: TikTok Ads advertisements@tiktok.com
Inbound email Subject: TikTok into a partnership with us
Both conditions match exactly.
Additional finding:
Nothing appears in the system log when this email is processed, which may indicate the filter is not being evaluated for this email, or that filter evaluation is not being logged.
Question for the community:
Is there a known issue with the "Disable autoresponse" filter action? Should I expect a log entry that will confirm that filter actions are being evaluated, applied, or both?