hec_add_exception
Add email exceptions to whitelist or blacklist by specifying sender, subject, recipient, or attachment. Control email security by allowing or blocking messages based on match criteria.
Instructions
Add an entry to the whitelist or blacklist. At least one match field (senderEmail, senderDomain, subject, attachmentMd5, recipient) must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Comment explaining the exception | |
| excType | Yes | Whether to add to the whitelist or blacklist | |
| subject | No | Email subject | |
| recipient | No | Recipient email address | |
| senderName | No | Sender display name | |
| senderEmail | No | Sender email address | |
| senderDomain | No | Sender domain | |
| attachmentMd5 | No | Attachment MD5 hash | |
| subjectMatching | No | contains | |
| senderEmailMatching | No | matching | |
| senderDomainMatching | No | endswith |