Michael Hall wrote:
> On Fri, Jul 29, 2005 at 01:24:41AM +0200, Mark Martinec wrote:
>
>
>>Joel,
>>
>>
>>>Ok, I will adjust my configuration. But according to the new-docs,
>>>checks may be performed (forced) when there are multiple recipients and
>>>one recipient has checks and the other doesn't. In this case I'm
>>>sending to one recipient, who has BypassBannedChecks=TRUE set in LDAP.
>>>Why is the check still being performed?
>>
>>Because I ran out of time preparing the 2.3.2 release to optimize
>>that code path. It still plays according to the docs, except somewhat
>>surprisingly.
>>
>>
>>>And why does don't I see the
>>>lookup_ldap_attr(amavisbypassbannedchecks)?
>>
>>Because your bypass_banned_checks_maps lookup resulted in unconditional
>>true (due to having bypass_banned_checks_maps=>[1] in your policy bank
>>MYNETS if I remember right) the LDAP lookup was not done.
>>
>>Later on, because you have $banned_namepath_re nonempty, it overruled
>>the earlier decision:
>>
>> my($bnpre) = cr('banned_namepath_re');
>> if (!$any_table_in_recip_tables && !(ref $bnpre && ref $$bnpre)) {
>> do_log(3,"skipping banned check: no applicable lookup tables");
>> } else {
>> do_log(4,"starting banned checks - traversing message structure tree");
>>
>>due to the fact that when using the $banned_namepath_re the
>>optimization was not done as it could have been. Not nice, but not incorrect.
>
>
> Thanks for the explanation, I'm glad somebody knows the big picture
> because I sure don't :-)
Yes, thanks for the insight and all the help.
>
> --
> Matrimony isn't a word, it's a sentence.
>
> Mike Hall,
> System Admin - Rock Island Communications <[EMAIL PROTECTED]>
> System Admin - riverside.org, ssdd.org <[EMAIL PROTECTED]>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO September
> 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> AMaViS-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amavis-user
> AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/howto/
--
Joel Nimety
Perimeter Internetworking Corp.
203.541.3416
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/