Re: [Exim] Malformed ACL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Bowyer
Fecha:  
A: 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