Thanks for the quick response. I'll definitely start playing with that.
On 10/11/2021 10:28 PM, David B Funk wrote:
On Mon, 11 Oct 2021, Jerry Malcolm wrote:
I am getting tons of emails that are very obviously spam (elongation,
russian beauties, etc) that are getting a -5 score added on the white
list tes
t:
CVD_IN_DNSWL_HIRBL: Sender listed at https://www.dnswl.org/, high trust
I'm curious about the usefulness of a white list that spammers have
obviously been able to defeat. And with the -5.0 score added
(subtracted) in to the total, there's almost no chance for other
tests to overcome it with 10 points to get the score to 5.0
Whaat is the easiest way to disable this 'trusted white list' tester
that is sabotaging so many of my spam scores?
That's one of the several sets of evals derived from the
__RCVD_IN_DNSWL test of the "list.dnswl.org" rbl.
You can disable just the RCVD_IN_DNSWL_HI rule by setting its score to 0
EG: in your local.cf add a like that looks like:
# disable RCVD_IN_DNSWL_HI
score RCVD_IN_DNSWL_HI 0
You can disable the whole kit of rules derived from that rbl by
setting the base rule to 0:
score __RCVD_IN_DNSWL 0