fix(event_kinds): remove probe_forwarded from INTERACTION_EVENT_TYPES
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user