cPGreyList
Spam Filtering (Greylisting)
Disable Greylisting for specified domains
This function disables Greylisting on a cPanel account's selected domains.
get/cPGreyList/disable_domains
Query parameters
domainsstring required
The domain on which to disable Greylisting.
Note:
To disable Greylisting on multiple domains, use the domains parameter multiple times.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "disable_domains",
"module": "cPGreyList",
"result": {
"data": [
{
"dependencies": [
"this.com",
"that.com",
"theother.com"
],
"domain": "example.com",
"searchhint": "this, that, the other",
"type": "main"
}
],
"metadata": {
"transformed": 1
},
"status": 1
}
}