How to block all emails with a link/domain in the body of the email

nadeem

New Member
May 22, 2023
1
0
1
Hi
I want to block all incoming emails that contain a link. I found custom spam rules to block mail s containing a specific link but not all. what the rule should be ? custom spam rule to block a specific link containing mail is

uri __G_DRV /\/drive\.google\.com/i
uri __ONE_DRV /\/onedrive\.live\.com/i
meta CLOUD_SHARE ( __G_DRV || __ONE_DRV )
describe CLOUD_SHARE Suspicious cloud storage links
score CLOUD_SHARE 1.0
 
Do you know how to block this yet? I would also like to configure and block all email with links/domains in the body as well.