You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/18 23:59:09 UTC

[Bug 3061] New: "sa-learn --norebuild" won't work w/out DBs already created

http://bugzilla.spamassassin.org/show_bug.cgi?id=3061

           Summary: "sa-learn --norebuild" won't work w/out DBs already
                    created
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Learner
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: felicity@kluge.net


--norebuild has sa-learn learn to the Bayes journal.  this causes the learn() function to try to tie the 
Bayes DB in r/o mode.  this causes a fatal error if there is no DB already in existence because the r/o 
version will not create a DB, so the tie fails, so the learn() fails, etc...

and it turns out that the debug output (-D) doesn't tell you any of this.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.