On Sat, 25 Jan 2020 at 09:08, Matus UHLAR - fantomas <uh...@fantomas.sk> wrote:
> On 25.01.20 08:44, Dominic Raferd wrote: > >When postscreen rejects an incoming email because it exceeds the dnsbl/rbl > >score, how does it decide which rbl to report back to client as the cause > >of the rejection - since it only reports one? Is it just the first one to > >respond? Or random? > > it is the first onw that responds. > if it's a whitelist (scoringnegatively), it's reported anyway. > > that's where postscreen_dnsbl_reply_map is to be used. > Thanks for clearing that up. My whitelists always cause a pass so for me the whitelist reporting issue doesn't arise; for systems where it does, I suppose the idea is to substitute the name of a blacklisting rbl (or some generic text such as 'unidentified_blacklist') if the response would otherwise show the whitelist?