The files are in /var/spool/spamassassin, not in /var/spool/spamassassin/bayes.

If I try this:

sa-learn --import /var/spool/spamassassin/bayes*

it will upgrade my ~forrie/.spamassassin directory.

If I add the switch --dbpath /var/spool/spamassassin to that line, it still generates the same error.

Seems something is really wrong with this command.





At 05:27 PM 9/5/2003, Malte S. Stretz wrote:
On Friday 05 September 2003 23:01 CET Forrest Aldrich wrote:
> I actually did try that, and I get this error:
>
> # sa-learn --import --dbpath /var/spool/spamassassin
> bayes upgrade_old_dbm_files: unable to find bayes_toks and bayes_seen,
> stopping

Heh, yeah, thats a thing I always stumble over. The path defines the
basename of the files, not the directory, so you've got to use
  sa-learn --import --dbpath /var/spool/spamassassin/bayes

Sorry
Malte



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to