I am wanting up upgrade a 3.8 system to 3.9 I normally do this by backing up any data I need and doing a clean install.
It's mainly the whitelisted entries I want to keep over the rebuild. I figured out to extract them by going: spamdb | grep WHITE | cut -d "|" -f 2 > ~/spamd-white But i can't figure out how to load it back in. spamdb -a only lets you load one IP at a time. Can I just grab a copy of /var/db/spamd, and then restore in on the new system, or would that break something. Regards, Craig.