I'm trying to perform a mailbox search for messages to or from a specific email address. However the search is returning more results than I'm expecting.
Basically, I've defined a search for messages to or from @abc.com, but the results also include messages to or from @abcllc.com. I only want the messages that match the domain exactly.
What am I doing wrong?