On Tue, Feb 07, 2006 at 06:17:20PM -0500, Matt Kettler wrote:
> Jim C. Nasby wrote:
> >> Are there any autolearn strings? Are they all "autolearn=no"? are there any
> >> decent number that are autolearn=failed or autolearn=disabled?
> >>
> > 
> > grep -r autolearn caughtspam/ | grep -v 'Binary file' | sed -e
> > 's/.*autolearn=\([^ ]*\).*/\1/'|sort|uniq -c
> > 1545 no
> >  140 spam
> >    4 unavailable
> 
> Fair enough, that at least suggests that the autolearner is working. However,
> that learning ratio is pretty low.
> 
> Are you using network tests? Without DNSBLs it's often hard to get enough 
> header
> points to cause spam learning..

I believe so...

grep loadplugin /usr/local/etc/mail/spamassassin/init.pre
# loadplugin Mail::SpamAssassin::Plugin::RelayCountry
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
loadplugin Mail::SpamAssassin::Plugin::Hashcash
loadplugin Mail::SpamAssassin::Plugin::SPF

grep -v # ~/.spamassassin/user_prefs | grep -v whitelist
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 5.0


This is basically a stock FreeBSD install from ports, if you're
familiar...
-- 
Jim C. Nasby, Database Architect                [EMAIL PROTECTED] 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Reply via email to