This function disables Apache SpamAssassin™ for a cPanel account.
Important:
When you disable the Spam Filter role, the system disables this function.
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 \ Email \ disable_spam_assassin
{- "apiversion": 3,
- "func": "disable_spam_assassin",
- "module": "Email",
- "result": {
- "data": null,
- "errors": null,
- "messages": [
- "Apache SpamAssassin™ has been disabled."
], - "metadata": { },
- "status": 1,
- "warnings": null
}
}