------- 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 <[email protected]> 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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
