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
Am 30.08.2016 um 18:54 schrieb Kris Deugau:
Nicola Piazzi 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
DNS lookups have essentially zero cost next to almost anything else SA
does
when it comes to da
Am 30.08.2016 um 16:21 schrieb Nicola Piazzi:
When i shortcircuit a rule not all other are bypassed
Here an example ...
Local.cf :
priority BAYES_ZERO -980
shortcircuit BAYES_ZERO ham
the dns stuff is fired asynchronous long before bayes is even evaluated