X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/503e1c0235537afc1c510f4871ba51ab67fb5d76..7b2885756942760b00a9c4453cc54154fdab005b:/bin/train

diff --git a/bin/train b/bin/train
index a10f8f6..e9b3426 100755
--- a/bin/train
+++ b/bin/train
@@ -9,13 +9,13 @@ NICE=''
 MAILFILTER=$HOME/.etc/mailfilter
 SA_PREFS="$MAILFILTER/spamassassin/user_prefs"
 MAILREAVER="$NICE /usr/share/crm114/mailreaver.crm -u $MAILFILTER/crm114/"
-SPAMASSASSIN="$NICE /usr/bin/spamassassin -p $SA_PREFS"
-SPAMC="$NICE /usr/bin/spamc -lx"
-SA_REPORT="$SPAMC -C report"
-SA_REVOKE="$SPAMC -C revoke"
+SPAMASSASSIN="$NICE /usr/bin/spamassassin --prefs-file=$SA_PREFS"
+SPAMC="$NICE /usr/bin/spamc --log-to-stderr"
+SA_REPORT="$SPAMC --reporttype=report"
+SA_REVOKE="$SPAMC --reporttype=revoke"
 SA_LEARN="$NICE /usr/bin/sa-learn -p $SA_PREFS"
-SA_LEARN_HAM="$SPAMC -L ham"
-SA_LEARN_SPAM="$SPAMC -L spam"
+SA_LEARN_HAM="$SPAMC --learntype=ham"
+SA_LEARN_SPAM="$SPAMC --learntype=spam"
 PRE_CLEANUP="$NICE $MAILFILTER/procmail/pre-spam-cleanup"
 
 HAM=0