Hello! I have a block list of domains that are existing customers. How do I make sure that leads with email address domains that forward to those blocked domains dont get through? I've run an initial check to block the known domains. But email addresses that forward to those domains aren't being blocked
Email forwarding breaks standard domain blocking because the forwarding server's IP isn't in your original domain records—this is a fundamental limitation. [1]
For Clay workflows, you can:
• Use conditional formulas to check if domains contain forwarding patterns [2]
• Set up comparison operators with "contains" logic to catch common forwarding domains [3]
• Add domains to your EmailBison blocklist using the "Add domain to blocklist" action [4]
The most reliable approach is expanding your blocklist to include known forwarding domains and using conditional logic to flag suspicious patterns before they reach your campaigns.
Is that what you were looking for?
Makes sense, so just find all possible forwarding domains? How would I form the conditional formula to check patterns?
For conditional formulas to check forwarding patterns, use the "contains" operator with OR logic: [1]
IF (email contains "@gmail.com" OR email contains "@yahoo.com" OR email contains "@outlook.com")
return "Block - Personal/Forwarding Domain"
ELSE
return "Allow"You can also check multiple patterns in one condition: [2]
IF (email.domain contains any of ["gmail", "yahoo", "hotmail", "protonmail"])
return "Block"
ELSE
return "Allow"Did that answer your question?
If you need any more help with setting up your conditional formulas or managing your blocklist, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any specific challenges you’re facing?
No it didn't
I understand this can be frustrating. I’m connecting you to a human agent who can assist you further.
Our support team has got your message and we'll get back to you soon! We're currently outside of our standard office hours (9 AM to 9 PM EST, Monday through Friday), so it may take a little longer for us to respond.
If you’re dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!

The blocked one it - https://www.costcuttersuk.com/ The one that is forwarding to the blocked is - seatedfurnitureonline.com
I know the format is off. Seated furniture itself isn't blocked. But cost cutters is but seated furniture forwards to cost cutters
I hope that makes sense.
Hi Charlie - thanks for reaching out!
Can you send me the table URL you'd like help in? Unfortunately, there's no straightforward way to detect where an email address forwards to because that information is private and not exposed through standard email validation or DNS records.
If an email's MX records point directly to your blocked customer's mail servers, you might be able to catch those using Google's MX?
We haven't heard back from you here, so we're going to go ahead and close this thread out.
Still need help here? Reply back and someone will jump back in.
Have a question thats not related to this thread? We recommend kicking off a new ticket in the support channel!
