On 5/26/06, Craig Hammond <[EMAIL PROTECTED]> wrote:
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.


Why not just save the /var/db/spamd file on another computer, and copy
it back over before you start spamd on a fresh install? That's the db
file that stores your white/grey list.

Jason

Reply via email to