summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-02-05 15:34:54 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-02-05 15:34:54 +0100
commitf939dfcb85aca62e965ed3d9330c9a7326a72780 (patch)
treeb6df05da84e812ba92782ce5d09c286633b356e9
parent14ea4fac931371709879c2ee24bed9ffe172bf3b (diff)
downloadimap-folder-training-f939dfcb85aca62e965ed3d9330c9a7326a72780.tar.gz
There is too much junk reported back.
-rwxr-xr-xtrain_dspam_from_folder2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_dspam_from_folder b/train_dspam_from_folder
index 52df798..75ace1a 100755
--- a/train_dspam_from_folder
+++ b/train_dspam_from_folder
@@ -3,7 +3,7 @@
import imaplib, subprocess, email
import email.Parser
-cmd_string = "/usr/bin/dspam --user dspam --debug --class=spam "\
+cmd_string = "/usr/bin/dspam --user dspam --class=spam "\
+ "--source=error --deliver=summary --stdout --signature='%s'"
hparser = email.Parser.Parser()