Just adding a specific use case to this, similar to some comments earlier:Suppose I want all emails sent from the domain bar.com to go to a particular folder. I can't just match addresses ending @ββbar.com because they might come from, say, somethin...
Agreed. I have also accidentally sent a load of emails to the wrong folder because I had a filter matching "ends with" <empty string>. Rather than ignoring it as the OP suggests, just in case there is some situation in which an empty string is deli...