When training the bayes filters using sa-learn, is there any way to tell sa-learn to use a different username for the bayes data. Since I am handling multiple domains, the usernames passed to spamd from the mta are [EMAIL PROTECTED] and sa-learn is just using the username part so [EMAIL PROTECTED] gets learned as shane when training bayes.
You could archieve that with a little trick (a different conf file for each domain where you just replace that part):
sa-learn -p /etc/spamassassin/domains/example.com
