This function retrieves an account's BoxTrapper configuration.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ BoxTrapper \ get_configuration \ email='user@example.com'
{- "apiversion": 3,
- "func": "get_configuration",
- "module": "BoxTrapper",
- "result": {
- "data": {
- "enable_auto_whitelist": 1,
- "from_addresses": "user@example.com,user2@example.com",
- "from_name": "User",
- "queue_days": 14,
- "spam_score": 2.5,
- "whitelist_by_association": 1
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}