Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (ww…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: William Thompson
Fecha:  
A: Nico Erfurth
Cc: Clive Goodhead, exim-users@exim.org
Asunto: 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.