Skip to content

"Stop processing subsequent rules" option not taken into account when action is "Discard" #67

@travier

Description

@travier

If I create a rule and use the "Discard" action and select the "Stop processing subsequent rules", I get:

# Rule: Foo
if header :contains "From" "foo-bar" {
    discard;
}

When I should get:

# Rule: Foo
if header :contains "From" "foo-bar" {
    discard;
    stop;
}

like I get for all other rules I've tried with other actions.

Manually adding a "Stop processing" action at the end of the list works but is unexpected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions