Re: [Exim] Malformed ACL

Top Page
Delete this message
Reply to this message
Author: Paulo Andre
Date:  
To: Peter Bowyer, exim-users
Subject: Re: [Exim] Malformed ACL
On 05/08/2004 16:26, Peter Bowyer wrote:
> 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.


The example on duncanthrax has the $body_linecount as a 3rd arguement, I have
modified as such:
accept  condition    = ${if eq {${hmac{md5}{scanned980}{123456}}}
{$h_X-Scan-Signature:} {1}{0}}
Would the above work with a pass phrase and number? Because I have implemented
and still the email gets checked twice.


Paulo