Re: [Dspam-user] dspam not training

2015-07-24 Thread k...@rice.edu
On Fri, Jul 24, 2015 at 02:36:49PM -0400, Al Zick wrote: > > >Hi Al, > > > >It does not look like your training is working. If you retrained 100's > >of messages, you should have appropriate counts in the FP/FN fields. > > > >Regards, > >Ken > > > > Hi Ken, > > What do I need to do to fix this?

Re: [Dspam-user] dspam not training

2015-07-24 Thread k...@rice.edu
On Fri, Jul 24, 2015 at 10:17:18AM -0700, waterdog wrote: > Okay, I apologize for all the following questions but, the more I > troubleshoot dspam without progress, the more questions I have. > > Are there recommendations/documentation on how to properly train? It seems > that some users do corpu

Re: [Dspam-user] dspam not training

2015-07-24 Thread Al Zick
On Jul 24, 2015, at 9:53 AM, k...@rice.edu wrote: On Fri, Jul 24, 2015 at 07:17:14AM -0400, Al Zick wrote: Hi, Here are my stats after retraining 100's of messages. Both spam and ham: {227} dspam_stats -H antispam: TP True Positives: 4818

Re: [Dspam-user] dspam not training

2015-07-24 Thread Eric Broch
I train on error only, though, my settings are TEFT in dspam.conf--I'll change this for the next DSPAM setup. I've never fed any corpus to DSPAM and I'm getting between 98 and 99 percent success rate, if not higher. I use DSPAM on a per user bases--no global user. I use spamassassin (bayes) as a gl

Re: [Dspam-user] dspam not training

2015-07-24 Thread waterdog
Okay, I apologize for all the following questions but, the more I troubleshoot dspam without progress, the more questions I have. Are there recommendations/documentation on how to properly train? It seems that some users do corpus training and other users just train based on actual messages. Wha

Re: [Dspam-user] dspam not training

2015-07-24 Thread k...@rice.edu
On Fri, Jul 24, 2015 at 07:17:14AM -0400, Al Zick wrote: > Hi, > > Here are my stats after retraining 100's of messages. Both spam and ham: > > {227} dspam_stats -H > antispam: > TP True Positives: 4818 > TN True Negatives: 22115

Re: [Dspam-user] dspam not training

2015-07-24 Thread Al Zick
Hi, Here are my stats after retraining 100's of messages. Both spam and ham: {227} dspam_stats -H antispam: TP True Positives: 4818 TN True Negatives: 22115 FP False Positives:4

Re: [Dspam-user] dspam not training

2015-07-23 Thread Nathanael D. Noblet
On Wed, 2015-07-22 at 17:48 -0700, waterdog wrote: > The dspam_stats for this user don't look too good even after multiple > training attempts: > > TP True Positives: 0 > TN True Negatives:4 > FP False Positiv

Re: [Dspam-user] dspam not training

2015-07-22 Thread Eric Broch
How many messages have you trained? On 7/22/2015 6:48 PM, waterdog wrote: > Okay, I've transitioned to mysql and made several other changes to my > postfix/dspam/dovecot configs but dspam is still not filtering SPAM. At > least now, postfix is calling dspam to filter incoming email but SPAM > con

Re: [Dspam-user] dspam not training

2015-07-22 Thread waterdog
BTW, even though I think I have dspam configured to log debug messages, I haven't seen any new dspam log entries to /var/log/dspam/dspam.debug in several days. /etc/default/dspam options: START=yes USER=dspam OPTIONS="--debug" MAINTENANCE_OPTIONS="--with-sql-autoupdate --with-sql-optimization" RU

Re: [Dspam-user] dspam not training

2015-07-22 Thread waterdog
Okay, I've transitioned to mysql and made several other changes to my postfix/dspam/dovecot configs but dspam is still not filtering SPAM. At least now, postfix is calling dspam to filter incoming email but SPAM continues to get delivered even after multiple training attempts using my Junk folder.

Re: [Dspam-user] dspam not training

2015-07-15 Thread Eric Broch
Sorry, not Postfix, but PostgreSQL. On 7/15/2015 1:42 PM, Eric Broch wrote: > First, I would move to a MySQL (or Postfix) backend. I use MySQL because > I'm familiar with it. This would resolve any need to clean your hash > database. > I think misclassification of email is (at least in my case) a

Re: [Dspam-user] dspam not training

2015-07-15 Thread Eric Broch
First, I would move to a MySQL (or Postfix) backend. I use MySQL because I'm familiar with it. This would resolve any need to clean your hash database. I think misclassification of email is (at least in my case) a problematic database and reason to clear it. I had a similar issue in the past on whi

Re: [Dspam-user] dspam not training

2015-07-15 Thread waterdog
Eric, This doesn't seem to be working right. Here is an example of running dspam on a known clean email in my inbox: 1) Initially, dspam incorrectly classifies the message as Spam even though it delivered the email properly. dspam --user --classify < 1436977475.M667188P27913.www,S=22671,W=2309

Re: [Dspam-user] dspam not training

2015-07-14 Thread Eric Broch
I train only spam, never corpus. I only train when spam email was classified as innocent by DSPAM and ends up in the inbox. Using IMAP I have users move spam (marked as innocent by DSPAM) from their inbox to their spam folder and loop through every email (server side) and learn with the following c

[Dspam-user] dspam not training

2015-07-14 Thread waterdog
I'm running postfix, dspam version 3.10.2, and dovecot with the dspam plugin but it doesn't seem to be classifying email or training properly. I've configured everything according to the documentation and have been pulling my hair out for the past two days trying to figure out why it's not working