Autor: William Thompson
Datum:
To: Nico Erfurth
CC: Clive Goodhead, exim-users@exim.org
Betreff: Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (www/reply)
> > 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}}
>
> accept hosts = 127.0.0.1
I was playing around when I wrote that. I no longer use that rule.