On 18 Aug 2015, at 11:43, Nicolás wrote:
If you plan blocking incoming e-mails based on the "From" header, probably check_sender_access is more suitable in this case:
This is incorrect. check_sender_access does not operate on any header, it operates on the SMTP envelope sender address.