On Thu, Nov 11, 2021 at 02:21:06PM -0500, Greg Troxel wrote: > yes, what I really want is something like > > exclude_from_dnswl gmail
I guess you could disable default DNSWL_MED score with: score DNSWL_MED 0 and then create your own score: meta MY_DNSWL_MED DNSWL_MED && !FREEMAIL_FROM score MY_DNSWL_MED -2.5 That would score MY_DNSWL_MED only if it is *not* coming from some freemail account. If you want it to score on all other freemail providers, but not on GMAIL, you would replace FREEMAIL_FROM with your own header rule, of course - like "header FROM_GMAIL From =~ /\@gmail\.com" or similar) -- Opinions above are GNU-copylefted.