From: "Stuart Howard" <stuart.g.howard@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Dspam/sql problem
Date: Thu, 6 Sep 2007 15:56:39 +0100 [thread overview]
Message-ID: <d5d1857a0709060756u4fe19205pfb650da273984590@mail.gmail.com> (raw)
Hi all
I am trying to setup dspam to work with postfix and have followed the
guide from the wiki
http://gentoo-wiki.com/HOWTO_Spam_Filtering_with_DSPAM_and_Postfix
[I have excluded the web interface for now as the web server is open
to the wild on 80 though may change mind]
Now the problem is that no mails seem to get tagged as spam [other
than innocent] and it has been running prehaps 3 days now with at
least a couple of hundreds spam's going through it.
A typical header looks like this
X-DSPAM-Result: Innocent
X-DSPAM-Processed: Tue Sep 4 12:34:37 2007
X-DSPAM-Confidence: 1.0000
X-DSPAM-Probability: 0.0023
X-DSPAM-Signature: 46dd42cd114763254172700
I have used a mysql backend and I think my problem is here ie. the
database seems to be empty
eg.
mysql> show tables;
+----------------------+
| Tables_in_dspam |
+----------------------+
| dspam_preferences |
| dspam_signature_data |
| dspam_stats |
| dspam_token_data |
+----------------------+
4 rows in set (0.00 sec)
mysql> select * from dspam_signature_data;
Empty set (0.00 sec)
also
genstu stuart # dspam_stats -H
mail:
TP True Positives: 0
TN True Negatives: 0
FP False Positives: 0
FN False Negatives: 0
SC Spam Corpusfed: 0
NC Nonspam Corpusfed: 0
TL Training Left: 2500
SHR Spam Hit Rate 100.00%
HSR Ham Strike Rate: 100.00%
OCA Overall Accuracy: 100.00%
################snip###########
Can anyone suggest an approach to getting things moving here?
thanks
stu
ps. I am using courier to serve up maildir via IMAP and once I get the
above working I would like the tagged spam to be put into a sub folder
called junk [ or similar] but one thing at a time.
--
gentoo-user@gentoo.org mailing list
next reply other threads:[~2007-09-06 15:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-06 14:56 Stuart Howard [this message]
2007-09-06 15:51 ` [gentoo-user] Dspam/sql problem Dan Farrell
2007-09-06 16:08 ` Neil Bothwick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d5d1857a0709060756u4fe19205pfb650da273984590@mail.gmail.com \
--to=stuart.g.howard@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox