Re: [Exim] Malformed ACL

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Peter Bowyer
Data:  
Para: exim-users
Asunto: Re: [Exim] Malformed ACL
Paulo Andre said:
> accept  condition    = ${if eq {${hmac{md5}{scanned980}}}
> {$h_X-Scan-Signature:} {1}{0}}

>
> Could someone tell me where the above ACL is Malformed.
> Thanks


${hmac takes 3 arguments, you've only given 2.

Peter