Re: [Exim] Malformed ACL
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Paulo Andre at
2004-08-05 14:14
Paulo Andre at
2004-08-06 05:56
Author:
Peter Bowyer
Date:
2004-08-05 14:26
UTC
To:
exim-users
Subject:
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