Skip to content

Commit

Permalink
Sieve: fixed multiple actions broken by validation
Browse files Browse the repository at this point in the history
  • Loading branch information
josaphatim committed May 24, 2024
1 parent d1c727e commit 9c67b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sievefilters/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
'actions_json' => FILTER_UNSAFE_RAW,
'filter_test_type' => FILTER_DEFAULT,
'imap_msg_uid' => FILTER_VALIDATE_INT,
'imap_server_id' => FILTER_VALIDATE_INT,
'imap_server_id' => FILTER_DEFAULT,
'folder' => FILTER_DEFAULT,
'sender' => FILTER_UNSAFE_RAW,
'selected_behaviour' => FILTER_DEFAULT,
Expand Down

0 comments on commit 9c67b4a

Please sign in to comment.