Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.