On exim4 I'm trying to write an acl to reject messages where the envelope "rcpt to" appears in the headers From field: such as:
Received: from xxx.com ([xxx.xxx.xxx.xxx])
[...snip...]
by xxxxxx.com with esmtp (Exim 4.71)
for myaddress@mydomain.com;
From: <myaddress@mydomain.com>
Is it possible to write an acl condition for this? Many spammers set the from address to the same as the recipient, which easily slips through sender verification.
I know it is possible to write a user filter for these, but I would like to nail these during smtp level.
Thanks,
Istvan