How can I tell spamassassin to override all the scores on a .cf file like this one at http://www.stearns.org/sa-blacklist/sa-blacklist.current.uri.cf
I wanted to do something like this on my local.cf
score WLS_URI_OPT_* 10
Unfortunately, SA doesn't support that.. you've got to enumerate every rule you want to over-ride the score of.
There are two options I can suggest:
1) stop using sa-blacklist-uri as a .cf file, and use ws.surbl.org instead. This appears as one single rule, and you can tweak it's score easily.
2) run the .cf file through sed:
sed "s/2\.0/6\.0/"