Re: [Exim] ACL problem when reading ACLs from files

Top Page
Delete this message
Reply to this message
Author: Giuliano Gavazzi
Date:  
To: William Thompson
CC: exim-users
Subject: Re: [Exim] ACL problem when reading ACLs from files
Are you sure this is the case or am I misunderstanding you?

I have in the main conf:

scorecalc:
        .include /usr/local/exim/confs/scorecalc.acl
        accept


and in that file I have, for instance,

deny    domains   = +local_domains
        condition = ${if or{\
                        {> {${eval:\
                        $acl_c0+$acl_c1+$acl_c2+$acl_c3+$acl_c4+\
...


and it works.

Giuliano

On Tue, 20 May 2003, William Thompson wrote:

> Exim 4.20
>
> I had a nicely contructed ACL that I moved into a file and found it no
> longer works.
>
> As it turns out, the function that reads ACLs from files does not support
> continuation lines.
>