strstr() will return a string including the splitting character (needle).
Try:
Try:
(strstr(TOKEN:EMAIL, '@') == "@domain.com")