Hello,
I am trying to setup email forwarder with filter (to not leave copy on server).
When submitting these values:
Array
(
[account] =>
[action] => deliver
[dest] => [email protected]
[filtername] => [email protected]
[match] => matches
[part] => $header_to:
[val] => [email protected]
)
Response from the API is: No valid rules.
Any ideas?om the API is: No valid rules.
Any ideas?
Thank you.
- - - Updated - - -
Figured it out myself.
Although API doc clearly states:
Array
(
[account] =>
[action1] => deliver
[dest1] => [email protected]
[filtername] => [email protected]
[match1] => matches
[part1] => $header_to:
[val1] => [email protected]
)
I am trying to setup email forwarder with filter (to not leave copy on server).
When submitting these values:
Array
(
[account] =>
[action] => deliver
[dest] => [email protected]
[filtername] => [email protected]
[match] => matches
[part] => $header_to:
[val] => [email protected]
)
Response from the API is: No valid rules.
Any ideas?om the API is: No valid rules.
Any ideas?
Thank you.
- - - Updated - - -
Figured it out myself.
Although API doc clearly states:
You still need use numbered version:Specify an incremental version of this parameter only if you wish the filter to take more than one action.
Array
(
[account] =>
[action1] => deliver
[dest1] => [email protected]
[filtername] => [email protected]
[match1] => matches
[part1] => $header_to:
[val1] => [email protected]
)