Hi there,
is it possible to block servers by hostname?
I know it can be done with IP/network, but since I don't know the size of the sending network, I'd like to block only the servers hostname(s) , ideally with regex
e.g. from
I'd block
I tried with regex in WHO and in WHAT objects, no success
is it possible to block servers by hostname?
I know it can be done with IP/network, but since I don't know the size of the sending network, I'd like to block only the servers hostname(s) , ideally with regex
e.g. from
Code:
Received: from smtp-b-126.online-marketing-mail.de (smtp-b-126.online-marketing-mail.de [136.243.52.126])
I'd block
Code:
.*marketing-mail.*
I tried with regex in WHO and in WHAT objects, no success