Re: [Exim] helo_verify_hosts in exim 4.0.1.

Top Page
Delete this message
Reply to this message
Author: Friso Kuipers
Date:  
To: exim-users
Subject: Re: [Exim] helo_verify_hosts in exim 4.0.1.
On 8 Mar, Philip Hazel wrote:

> On Fri, 8 Mar 2002, Friso Kuipers wrote:
>
>> Found rejects at ehlo/helo stage for seemingly sound hosts in the
>> logs.
>
> Another stupidity in the code. Patch below.
>
> --
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.

>
>
>
> *** exim-4.01/src/smtp_in.c Mon Mar  4 10:03:45 2002
> --- smtp_in.c    Fri Mar  8 15:49:44 2002
> ***************
> *** 1884,1889 ****
> --- 1884,1890 ----
>                   }
>                 }
>               }
> +           else helo_verified = TRUE;
>             }

>
>           if (!helo_verified)

>
>
> --
>


Applied patch. All is well now. Thanks!

Regards,
Friso Kuipers.