Displaying 2 results from an estimated 2 matches for "dspam_stats".
2007 Jul 25
1
dspam plugin
...ol imap {
mail_plugins = dspam
mail_plugin_dir = /usr/lib/dovecot/imap
}
Created a SPAM folder.
However, when I move a message into or out of the SPAM folder, dspam
doesn't seem to execute. Nothing appears in
/usr/local/var/dspam/system.log
or
/var/log/maillog
and
"SELECT * FROM dspam_stats;" in the dspam database returns unchanged
numbers:
dspam=> select * from dspam_stats ;
uid | spam_learned | innocent_learned | spam_misclassified |
innocent_misclassified | spam_corpusfed | innocent_corpusfed |
spam_classified | innocent_classified
-----+--------------+------------...
2009 Feb 03
4
Dovecot-antispam does not work
Hi,
I have installed dovecot-antispam and configured it this way (as in the doc)
with the dspam exe:
protocol imap {
mail_plugins = antispam
mail_plugin_dir = /usr/lib64/dovecot/imap
}
plugin {
# For dovecot-antispam:
antispam_signature = X-DSPAM-Signature
antispam_trash = trash;Trash;Deleted Items
antispam_spam = SPAM;Junk
#antispam_unsure = unsure