Re: [exim] if/then else in ACLs

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: 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