Re: [exim] False negative when filtering incoming email.

Top Pagina
Delete this message
Reply to this message
Auteur: Tor Slettnes
Datum:  
Aan: sam wun
CC: Exim-users
Onderwerp: Re: [exim] False negative when filtering incoming email.
On Thu, 2004-10-21 at 09:15, sam wun wrote:
> I got the following email rejected.
> rejected HELO from [1.2.3.4]: syntactically invalid argument(s):
> ABC_12@???


First of all, that is not a "negative" in terms of blocking; it is
"positive" as it was, indeed, blocked.

Second, it may not be a "false" - no legitimate MTAs would present a
EHLO/HELO greeting like the one above. You are probably dealing with a
spammer (and not a very smart one at that).

You can set:
helo_verify_hosts = :
helo_try_verify_hosts = :

That way, HELO verification will not happen for any host.

Beware - you'll get what you ask for.

-tor