There’s two issues there with your expression - includes can’t take an array like you’ve provided, and it would need to be {{ $json.email.includes('@hotmail') }} on one expression, and using OR instead of AND (which you can change at the bottom of the if node under the “combine” dropdown") adding another case for @yopmail. Unfortunately your current expression is backwards
If you have a lot more emails to add for exclusion, you might want to take care of this instead in a code node, which would look like this: