-
- Downloads
[FIX] mail : Fix blacklist search method
As building a custom filter on 'Blacklist is false' is creating a filter '!= True' instead of '= False', the assumption that operator must always be '=' is wrong. This commit inverts the value and operator if the operator is '!='. Fix for Task ID 33224 PR #27334
Please register or sign in to comment