From ff03d34c2f80aaf944a747ec0dce6d8b73f084ec Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Tue, 17 Oct 2017 10:36:18 -0700
Subject: [PATCH] learn from larger messages

---
 learn_from_spam | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.39.5