This function blacklists email message senders.
Important:
When you disable the Receive Mail role, the system disables this function.
email required | string <email> 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: email=user@example.com |
queuefile required | string The filename of the email message to blacklist. queuefile=queuefile=file1&queuefile=file2 queuefile=file1 |
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 --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
}
}