Penguin

Differences between version 16 and predecessor to the previous major change of SpamAssassin.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 16 Last edited on Monday, July 4, 2005 8:21:51 am by DrewBroadley Revert
Older page: version 15 Last edited on Thursday, June 30, 2005 3:42:16 pm by DanielLawson Revert
@@ -140,7 +140,26 @@
 ---- 
 !! I'm running spamassassin from my MTA, and I get the error <tt>spam acl condition: cannot parse spamd output</tt> or similar. 
  
 This occurs if you have upgraded perl, and not restarted spamd. Try restarting spamd and see if it solves the problem. It could also be a version mismatch, in which case you'll have to upgrade whichever process is calling spamassassin 
+  
+----  
+!! I'm running spamassassin on [Debian] and get this error <tt>Cannot open bayes databases /home/jimbobdobalina/.spamassassin/bayes_* R/O: tie failed:</tt> (or similar)  
+  
+Fix:  
+  
+<verbatim>  
+apt-get install db4.3-util  
+</verbatim>  
+  
+Go to where you Bayes DB's lie.  
+  
+<verbatim>  
+db4.3_upgrade bayes_seen  
+sb4.3_upgrade bayes_toks  
+</verbatim>  
+  
+Restart spamassassin, and viola!  
+  
  
 ---- 
 CategoryAntiSpam