Re: keeping spamd's whitelist over a rebuild

2006-05-26 Thread Bob Beck
* Fred Crowson <[EMAIL PROTECTED]> [2006-05-26 02:31]: ... > man 8 spamd-setup not doing it? > > with a line like: > > table persist file "/yourspamdwhitelocation/spamd-white" > That doesn't do the same thing. he wants to keep his 30 day whitelist. you are turing it into a permanent o

Re: keeping spamd's whitelist over a rebuild

2006-05-26 Thread Jason Crawford
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

Re: keeping spamd's whitelist over a rebuild

2006-05-26 Thread Fred Crowson
Craig Hammond 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 > ~/spam

keeping spamd's whitelist over a rebuild

2006-05-25 Thread Craig Hammond
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 f