From: Don Armstrong Date: Tue, 17 Oct 2017 17:36:18 +0000 (-0700) Subject: learn from larger messages X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff03d34c2f80aaf944a747ec0dce6d8b73f084ec;p=bin.git learn from larger messages --- diff --git a/learn_from_spam b/learn_from_spam index 2535f8c..a6cac93 100755 --- a/learn_from_spam +++ b/learn_from_spam @@ -6,8 +6,8 @@ HAM_REPORT="spamassassin --revoke" SPAM_CHECK="spamassassin -e" # these are for spamc -SPAM_REPORT="spamc --learntype=spam" -HAM_REPORT="spamc --learntype=ham" +SPAM_REPORT="spamc --learntype=spam -s $((100 * 1024 * 1024))" +HAM_REPORT="spamc --learntype=ham -s $((100 * 1024 * 1024))" SPAM_CHECK="spamc -s $((100 * 1024 * 1024)) -c" # needs rules directories