Hi!
> accept set acl_m_lres = \
> ${lookup {$sender_helo_name} nwildlsearch{/path/wl-helo.txt} }
> condition = ${if eq {$acl_m_lres} {} {no} {yes} }
> ## fuer Testzwecke zusaetzl. Logzeile in mainlog:
> logwrite = whitelisted: $acl_m_lres - [$sender_host_address]
> #
Und wo sollte das mit stehen? Sicherlich vor der HELO Regel?