@lbutlr: > On Apr 10, 2016, at 10:24 AM, Curtis Villamizar = > <cur...@orleans.occnc.com> wrote: > > postscreen_dnsbl_sites =3D > > list.dnswl.org*-5 > > # followed by some blacklist sites > > It was my understanding that eh the order of test said not matter = > because all the dnsbls listed would be checked, a final score computed, = > and then that compound number passed along to postscreen.
Correct. The lookups are done in parallel, and the score is updated as the results become available. As long as the numbers are small enough (no integer over/underflow), the update order does not matter. Wietse