On Thu, 15 Jul 2004 13:13:40 -0400 "Spam Admin" <[EMAIL PROTECTED]> wrote:
> The other option I'm considering is > copying the Bayes database from the primary to the secondary server, but > I'm not quite sure how to do that. Do I simply copy over the bayes_* > files and restart? if the two machines use the SAME db version, then yes. if they use different, the trick is to use db_dump on the primary machine and then db_load on the secondary to convert everything to its own version of db.
