Description
This function modifies the filter order for an email address. For more information about Exim filters, read Exim's documentation.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
mailbox |
string |
Required The email address. |
A valid email address on the cPanel account. |
user@example.com |
filter* |
string |
Required A mail filter name. |
The name of one of the email address's filters. For each mail filter to reorder, supply a filter* parameter, where * is a number that represents the filter's order. For example, to set coffee as the first email filter and cheesecloth as the second, set coffee as the filter1 parameter's value, and cheesecloth as the value for the filter2 parameter. |
coffee |
Returns
This function only returns metadata.