Applicable to:
- Plesk for Linux
Symptoms
The following error occurs on attempt to view the content of Bayes database for mailbox:
# sa-learn --dump --dbpath /var/qmail/mailnames/example.com/jdoe/.spamassassin/bayes_toks
ERROR: Bayes dump returned an error, please re-run with -D for more information
Cause
Wrong path is used for
--dbpath
option.
Resolution
Log in to Plesk server using SSH and execute the command without
_toks
in the end of the command, like below:
# sa-learn --dump --dbpath /var/qmail/mailnames/example.com/jdoe/.spamassassin/bayes
Comments
0 comments
Please sign in to leave a comment.