Sorry for digging up an old thread, but it asks / answers almost what I'd like to do. Instead of matching exact addresses, I'd like to filter if the email address contains a string
* ^from:.*(domain | someotherthing | yetanotherdomain | someone@ )
So similar to the above - but it could be any person at one of various domains, including if the TLD is different (randomperson@domiantofilter.randomtld), or a name at a particular domain (nametomatch@randomdomain)
Thanks!