aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel/files/sync_db.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dspam-devel/files/sync_db.sql')
-rw-r--r--mail/dspam-devel/files/sync_db.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/sync_db.sql b/mail/dspam-devel/files/sync_db.sql
new file mode 100644
index 000000000000..5c82303510e4
--- /dev/null
+++ b/mail/dspam-devel/files/sync_db.sql
@@ -0,0 +1,3 @@
+
+update dspam_stats set spam_misclassified = spam_misses;
+update dspam_stats set innocent_misclassified = false_positives;