Hi Guys
If I have a rule like
deny message = REJECTED - No Subject or Body
!condition = ${if def:h_Subject:}
condition = ${if <{$body_linecount}{1}{true}{false}}
How can I exclude hosts ? Hence, when mail comes from IP address 10.0.0.x or
10.0.0.y, then ignore this rule, else, apply to all.
Thanks
Gawie