[exim-dev] [Bug 427] New: Add conditional GOTO in ACL proces…

Pàgina inicial
Delete this message
Reply to this message
Autor: bug427
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 427] New: Add conditional GOTO in ACL processes
------- 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: ph10@???
        ReportedBy: marc@???
         QAContact: exim-dev@???



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