thanks Jon.. > > first, your Bayes rules don't appear to be hitting.
that's what i'm thinking also... > this could be because you haven't trained enough mail. you need minimum 200 > ham and 200 spam before they kick in. i did feed about 2500 messages into both spam and ham the first time, last sunday. since then i've been feeding about 200 spams (only mine thus far) a day.. > perl -MCPAN -e 'install Net::DNS' got it... > spamassassin -D --lint msg.txt i run that plus the -C using my own user-confs > look for lines concerning DNS, URIBL, or bayes. here is what i get for bayes and URIBL: debug: bayes: 64292 tie-ing to DB file R/O /var/spamdb/bayes_toks debug: bayes: 64292 tie-ing to DB file R/O /var/spamdb/bayes_seen debug: bayes: found bayes db version 3 the corpus line is missing?!? and for the URIBL: debug: is Net::DNS::Resolver available? yes debug: Net::DNS version: 0.48 debug: trying (3) doubleclick.com... debug: looking up NS for 'doubleclick.com' debug: NS lookup of doubleclick.com succeeded => Dns available (set dns_available to hardcode) debug: is DNS available? 1 debug: decoding: no encoding detected debug: URIDNSBL: domains to query: debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x89552fc) implements 'check_post_dnsbl' debug: is spam? score=0 required=3 didn't see it as spam either... the message is definitely spam: Subject: Tylox Click on your dosage and quantity tract and it's all html... what am i doing next? thank you.... > > example bayes lines that you want to see: > > debug: config: read file /usr/share/spamassassin/23_bayes.cf > debug: bayes: 90539 tie-ing to DB file R/O > /home/jsd/.spamassassin/bayes_toks > debug: bayes: 90539 tie-ing to DB file R/O > /home/jsd/.spamassassin/bayes_seen > debug: bayes: found bayes db version 3 > debug: bayes corpus size: nspam = 9827, nham = 826 > > note my corpus size - more than 200 each of spam and ham. > > example dns/uribl lines: > > debug: is Net::DNS::Resolver available? yes > debug: Net::DNS version: 0.39 > debug: NS lookup of intel.com succeeded => Dns available (set > dns_available to hardcode) > debug: is DNS available? 1 > debug: URIDNSBL: domains to query: > > > > -jsd- > --