Apologies if any of this ends up being not so up to date.  It’s been ages since 
the Check plugin was written.

You’re most likely going to want to write your own Check plugin to change this 
behavior.

If you look at check_main you’ll see the DNS based tests get fired off before 
the priority loop.

Others who needed to prioritize short circuit logic have done this as well.

Michael

> On Aug 30, 2016, at 10:26 AM, Nicola Piazzi <nicola.pia...@gruppocomet.it> 
> wrote:
> 
> How to do it syncronously ?
> It is not important to process a single mail in 5 or 50 seconds
> 4 me ss most important to reduce load
> 
> 
> 
> -----Messaggio originale-----
> Da: RW [mailto:rwmailli...@googlemail.com] 
> Inviato: martedì 30 agosto 2016 17:24
> A: users@spamassassin.apache.org
> Oggetto: Re: R: R: Shortcircuit work partially
> 
> On Tue, 30 Aug 2016 14:48:03 +0000
> Nicola Piazzi wrote:
> 
>> em is that dns check are made asincronously if it will be made 
>> sincronously it will happen like you said it is not important slowind 
>> down all messages because I save a lot of query and cpu
> 
> Running then synchronously would mean running them consecutively. What I 
> think you want would involve running them asynchronously, but starting them 
> later. 
> 
> This would reduce dns lookups, but scans would generally take longer.

Reply via email to