Re: [exim] Reject mail based on DKIM

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users
Assunto: Re: [exim] Reject mail based on DKIM
On 10/08/16 19:55, Chris Knipe wrote:
> In an effort to fight spam, can someone suggest a ACL that will reject any
> mail signed with a specific DKIM?


Something like:

in data acl
take $h_DKIM-Signature:
use ${extract to get the "d=" value
compare with this specific bad one
reject?

--
Jeremy