Re: [exim] Block connections based on HELO

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Scott Neader
Fecha:  
A: Jeremy Harris
Cc: exim-users
Asunto: Re: [exim] Block connections based on HELO
On Thu, Mar 26, 2015 at 12:23 PM, Jeremy Harris <jgh@???> wrote:

> On 26/03/15 17:08, Scott Neader wrote:
> > drop
> >    condition =
> ${lookup{$sender_helo_name}lsearch{/etc/heloblocks}{no}{yes}}

>
> The ordering of no/yes looks suspect



Nice catch, Jeremy!!! Switching yes/no fixed it. Tested working.

Thanks to both you and Juan!!

- Scott