------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

http://www.exim.org/bugzilla/show_bug.cgi?id=427

           Summary: Add conditional GOTO in ACL processes
           Product: Exim
           Version: 4.63
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]


Would like GOTO and LABEL commands in ACL to allow for the ability to do
conditional branching to skip ACLs. For example.

goto   lowload
       condition = ${if < {$load_average}{80000}{true}{false}

....
....


label lowload

What this would do is if you have a lot of ACLs with the same conditions in
them you can jump over a group with one condition and leave the condition out
of each ACL in the group.

-- 
Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details 
at http://www.exim.org/ ##

Reply via email to