> # HELO does not resolve to ip
>
> deny condition = ${if eq {$acl_m9}{}{no}{yes}}
> message = Forged HELO: you are $sender_host_address\n\
> please don't pretend to be $sender_helo_name
> log_message = Forged HELO: HELO does not match client ip
It works, but if i need an exception for a few hosts, and do not want to do
an "accept hosts" at the top of the ACL, what can i do? Thanks heaps so far
tho!