multiple wordlists in 0.93.*
    Matthias Andree 
    matthias.andree at gmx.de
       
    Mon Nov 15 01:09:36 CET 2004
    
    
  
Hi,
anyone got multiple wordlists working in 0.93.*?
$ ( echo ; echo "encore une ligne a tester" ) | 
strace -feopen bogofilter -v \
        --wordlist r,wordlist,/tmp/wl1/wordlist.db,2 \
        --wordlist r,wordlist,/tmp/wl2/wordlist.db,1
yields:
open("/home/ma/.bogofilter/wordlist.db", O_RDONLY|O_LARGEFILE) = 5
open("/home/ma/.bogofilter/wordlist.db", O_RDONLY|O_LARGEFILE) = 5
open("/home/ma/.bogofilter/wordlist.db", O_RDONLY|O_LARGEFILE) = 6
open("/home/ma/.bogofilter/wordlist.db", O_RDONLY|O_LARGEFILE) = 6
X-Bogosity: Unsure, tests=bogofilter, spamicity=0.507000, version=0.93.1.cvs
which looks bogus. 0.92.8 was fine with the traditional store but not
when BOGOFILTER_CONCURRENT_DATA_STORE was set in the environment.
Not sure yet how this can be fixed, this mail is just to let people know
there's something wrong.
-- 
Matthias Andree
    
    
More information about the bogofilter
mailing list