Re: [exim] if/then else in ACLs

Inizio della pagina
Delete this message
Reply to this message
Autore: Jeremy Harris
Data:  
To: exim-users
Oggetto: Re: [exim] if/then else in ACLs
Linn, Dr John A. wrote:
>             If   condition then

>
>                         Some ACL commands

>
>             Endif

>
>
>
>             More ACL commands


acl_subroutine:
    Some ACL commands
    accept


acl_main:
    warn
    acl = acl_subroutine


    More ACL commands





- Jeremy