[exim-dev] [Bug 1062] increase the maximum recursion depth f…

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1062] increase the maximum recursion depth for ACLs
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1062




--- Comment #14 from Marc Perkel <marc@???> 2011-02-22 19:49:44 ---
Graeme,

I'm talking about how to do it in Exim - not spamassassin.

Mike,

I have a perl script to extract the domains and then return them in a colon
separated list. That's not the problem.

What I want to do is look up each returned value in a series of various DNS
based lists to see what white/black lists that these are in. The problem is
that foreach/forall doesn't allow me to call an ACL on each $item. Right now
I'm using recursion and running into the 20 nested ACL limit.

Exim needs a real looping structure or al least remove the 20 nested ACL
restriction.

Other used of recursion is looping through Received lines, lists of MX records,
or any other situation where looping is needed.


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