Autor: Nico Erfurth Datum: To: William Thompson CC: Clive Goodhead, exim-users@exim.org Betreff: Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (www/reply)
On Fri, 2 May 2003, William Thompson wrote:
> I can give you an example of the HELO that I use:
> acl_check_helo:
> # always accept if this is localhost
> accept condition = ${if eq{$interface_address}{127.0.0.1}{yes}{no}}