This function retrieves a list of BoxTrapper ignorelist configuration rules. BoxTrapper will delete messages that match these rules without sending a notification to the sender.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ BoxTrapper \ get_ignorelist \ email='user@example.com'
{- "apiversion": 3,
- "func": "get_ignorelist",
- "module": "BoxTrapper",
- "result": {
- "data": [
- "from ignored-email\\@domain\\.com"
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}