跳转到内容
搜索文档

Email Security 投递后事件

最后更新 查看 MarkdownAgent 设置

以下描述详细介绍了 email_security_post_delivery_events 的可用字段。

AlertID

Type: string

原始邮件的 Email Security 警报 ID。

CompletedAt

Type: int or string

投递后操作完成的时间戳。要指定时间戳格式,请参阅 Output types

Destination

Type: string

MOVE 操作的目标文件夹(例如 'RecoverableItemsPurges')。

FinalDisposition

Type: string

原始邮件的威胁处置结果。
可能的值为 unset | none | malicious | suspicious | spam | spoof | bulk

Folder

Type: string

成功执行 MOVE 后的解析文件夹名称。

From

Type: string

原始邮件的发件人(From)标头地址(例如 'firstlast@cloudflare.com')。

FromName

Type: string

原始邮件的发件人(From)标头显示名称(例如 'First Last')。

MessageID

Type: string

原始邮件的 RFC Message-ID 标头。

MessageTimestamp

Type: int or string

原始邮件的时间戳。要指定时间戳格式,请参阅 Output types

MicrosoftTenantID

Type: string

Microsoft 365 租户标识符。

Operation

Type: string

投递后操作类型。
可能的值为 move | submission | quarantineRelease

PostfixID

Type: string

原始邮件的 Email Security 后缀队列标识符。

Reasons

Type: array[string]

触发投递后操作的检测发现(例如 'Malicious URL')。

Recipient

Type: string

目标邮箱的电子邮件地址(例如 'firstlast@cloudflare.com')。

RequestedAt

Type: int or string

请求进行投递后操作的时间戳。要指定时间戳格式,请参阅 Output types

RequestedBy

Type: string

请求投递后操作的身份;预期格式为电子邮件地址。

RequestedDisposition

Type: string

SUBMISSION 操作请求的处置方式。

Status

Type: string

投递后提供商返回的状态消息(例如 'OK')。

Subject

Type: string

原始邮件的主题标头。

Success

Type: bool

投递后操作是否成功。

To

Type: array[string]

原始邮件的收件人地址(例如 'firstlast@cloudflare.com')。

这篇文档对您有帮助吗?