This function blacklists email message senders.
Important:
When you disable the Receive Mail role, the system disables this function.
email required | string The email address for which to blacklist messages. Warning: If you call this function in Webmail, the system ignores this parameter and defaults to the currently-authenticated user. Example: |
queuefile required | string The filename of the email message to blacklist. queuefile queuefile |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ BoxTrapper \ blacklist_messages \ email='user@example.com' \ queuefile='file1'
{- "apiversion": 3,
- "func": "blacklist_messages",
- "module": "BoxTrapper",
- "result": {
- "data": [
- {
- "email": "user@example.com",
- "failed": 1,
- "matches": [
- "example.msg"
], - "operator": "blacklist",
- "reason": "This is a failure message.",
- "warning": 1
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}