block subdomain?

OliverD

New Member
Mar 17, 2025
1
0
1
How can I block the main domain for a (spam) email address?
Example: @test.maindomain.shop
Would this be correct? *@maindomain.shop?
 
use a regex - try `.*@.*maindomain\.shop`

I hope this helps!