lib-sieve: Fixed duplication of discard actions in result.
No duplicate check function was implemented, so that the discard action would be duplicated each time it is invoked. This only affects the action limits (each discard invocation is counted as another new action). The result of the script execution would be identical.
Please register or sign in to comment