Okay, not tried but here we go

On your old server you will need to dump the bayes database with
Code:
sa-learn --backup > bayes.txt
transfer this file to your ZCS server into /tmp. Then this will need to be imported
Code:
su - zimbra
/usr/bin/sa-learn --dbpath=/opt/zimbra/data/amavisd/.spamassassin -C /opt/zimbra/conf/spamassassin --restore /tmp/bayes.txt