This function retrieves a .yaml.gz
file that contains system-level filter information.
Important:
When you disable the Receive Mail role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Email \ list_system_filter_info
{- "apiversion": 3,
- "func": "list_system_filter_info",
- "module": "Email",
- "result": {
- "data": {
- "filter_info": "filter_info.username.yaml.gz"
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}