[Spambayes] some SpamBayes errors from my procmail log
David Abrahams
dave at boost-consulting.com
Mon Jul 23 19:48:59 CEST 2007
I'm not sure what this one means:
procmail: Executing "sb_filter.py"
Traceback (most recent call last):
File "/usr/local/bin/sb_filter.py", line 83, in ?
from spambayes import hammie, Options, mboxutils, storage
File "/usr/local/lib/python2.4/site-packages/spambayes/hammie.py", line 7, in ?
from spambayes.tokenizer import tokenize
File "/usr/local/lib/python2.4/site-packages/spambayes/tokenizer.py", line 44, in ?
cache = dnscache.cache(cachefile=options["Tokenizer", "lookup_ip_cache"])
File "/usr/local/lib/python2.4/site-packages/spambayes/dnscache.py", line 98, in __init__
self.caches = pickle.load(open(self.cachefile, "rb"))
EOFError
Also troubling is:
Persisting /home/dave/spambayes/hammie.fs state in database
Exception bsddb._db.DBAccessError: (13, 'Permission denied -- put: attempt to modify a read-only tree') in <bound method HammieFilter.close of <__main__.HammieFilter object at 0x8638c4c>> ignored
which happens for every message. I have r/w access to all the
relevant files.
Can anyone help explain these?
Thanks,
--
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
The Astoria Seminar ==> http://www.astoriaseminar.com
More information about the SpamBayes
mailing list