On Fri, 22 Mar 2019 07:12:42 +0200 Henrik K wrote: > Please describe changes in any case, "pds" tells nothing about what > the score was even for. Everyone else did in that file. >
There looks to be something missing: $ grep -hr 'askdns.*dkimwl' /var/db/spamassassin askdns __DKIMWL_WL_HI _DKIMDOMAIN_.lookup.dkimwl.org A /^127\.\d+\.\d+\.5$/ askdns __DKIMWL_WL_MED _DKIMDOMAIN_.lookup.dkimwl.org A /^127\.\d+\.\d+\.3$/ askdns DKIMWL_BL _DKIMDOMAIN_.lookup.dkimwl.org A /^127\.\d+\.\d+\.0$/ DKIMWL has 5 levels of trust; it's not necessary to support them all individually, but presumably there shouldn't be a hole between 3 and 5. The missing level is called Med-High on the site. If anyone adds a new rule, I suggest avoiding a name that has one of the existing DKIMWL_WL_* rule name as a sub-string as that can be awkward to handle in client side filters.
