I use jQuery Validate in my contact form which sends all data to a CRM (Zoho CRM) and I have received a lot of spam. It's very common some email domains like "mail.ru" (probably are temporary email addresses) and others, then, I would like to avoid spam in CRM by blocking those kind of stuff.
Is there some rule for jQuery Validate to mark an email field as invalid when user types some specific domains or addresses?