Auteur: W B Hacker Date: À: exim users Sujet: Re: [exim] ACL nested too deep - possible loop
Marc Perkel wrote: >
> On 5/21/2010 6:41 PM, W B Hacker wrote:
>> Marc Perkel wrote:
>>
>>> Been doing some recursion. I'll probably figure a way around this with a
>>> loop counter. However, it might be nice to add a few features to Exim to
>>> deal with recursion. Just like to throw out some ideas.
>>>
>>> The limit it 20. Maybe it would be nice to make it settable?
>>>
>>> Is there a recursion loop counter that I can read? If not - maybe there
>>> should be?
>>>
>>> Thoughts?
>>>
>>>
>> Thought?
>>
>> grep the source code...
>>
>>
>> Bill
>>
>>
>>
>
> What am I supposed to grep for?
>
Thought you had found it already..
I'd have started at the top of the 'food chain' source-wise,
done a
grep -R -B 2 -A 2 'ecursi'
...or some such.
Then refined the terms and target based on what files turned up and what they
looked like.
That based on Phil & Co. usually having very good inline comments, so
'recursive' or 'Recursion' or such will be in several places.
I don't care about initial caps, don't want just 'recur' or 'secure', so
'ecursi' is my opening shot..
YMMV.
Watch. Someone will post an elegant and fiendishly complex egrap or perl
experession.
> BTW - you have me blacklisted on your server.
Sorry - Left over from some testing we were doing a while back IIRC.