fix(event_kinds): remove probe_forwarded from INTERACTION_EVENT_TYPES

This commit is contained in:
2026-04-30 22:16:11 -04:00
parent 78d3e3a6b9
commit eb34d0b1ea

View File

@@ -41,10 +41,6 @@ INTERACTION_EVENT_TYPES: frozenset[str] = frozenset({
"rcpt_to",
"rcpt_denied",
"message_accepted",
# probe_forwarded fires when we actually relay the test email upstream
# so the attacker can verify receipt. forwarded=1 means the upstream
# accepted it; forwarded=0 means it failed (but the attacker still got 250).
"probe_forwarded",
# File / payload activity
"file_captured",
"upload",